Browse Source

fix #792, fix #820

pull/856/head
Luke Smith 1 year ago
parent
commit
ef8cda91cf
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      share/mutt-wizard.muttrc

+ 4
- 2
share/mutt-wizard.muttrc View File

@@ -57,8 +57,10 @@ bind index,query <space> tag-entry
macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
bind index,pager H view-raw-message
bind browser l select-entry
bind pager,browser gg top-page
bind pager,browser G bottom-page
bind browser gg top-page
bind browser G bottom-page
bind pager gg top
bind pager G bottom
bind index,pager,browser d half-down
bind index,pager,browser u half-up
bind index,pager S sync-mailbox


Loading…
Cancel
Save