diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-04 19:16:53 -0500 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-04 19:16:53 -0500 | 
| commit | 453ad455cc1129e39b679145cf411c6f4be08dcc (patch) | |
| tree | 3a3c669e51c7f46f5adb9e6332f72e5464954238 | |
| parent | fe2ce40de8eba657e9524b19f164be0885beac3b (diff) | |
scroll down individual messages
| -rw-r--r-- | muttrc | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -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 | 
