commit 453ad455cc1129e39b679145cf411c6f4be08dcc
parent fe2ce40de8eba657e9524b19f164be0885beac3b
Author: Luke Smith <luke@lukesmith.xyz>
Date: Fri, 4 Jan 2019 19:16:53 -0500
scroll down individual messages
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/muttrc b/muttrc
@@ -39,8 +39,10 @@ bind index D delete-message
bind index U undelete-message
bind index F search
bind index,pager R group-reply
-bind index,pager \031 previous-undeleted # Mouse wheel
-bind index,pager \005 next-undeleted # Mouse wheel
+bind index \031 previous-undeleted # Mouse wheel
+bind index \005 next-undeleted # Mouse wheel
+bind pager \031 previous-line # Mouse wheel
+bind pager \005 next-line # Mouse wheel
macro index,pager S <sync-mailbox>
macro index,pager \Cu |urlscan\n
macro index,pager ,, |urlscan\n