Browse Source

scroll down individual messages

tags/v3.1
Luke Smith 5 years ago
parent
commit
453ad455cc
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      muttrc

+ 4
- 2
muttrc View File

@@ -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


Loading…
Cancel
Save