diff options
author | Wayne Reeves <darthwayne@hotmail.com> | 2020-06-25 16:27:43 -0500 |
---|---|---|
committer | Wayne Reeves <darthwayne@hotmail.com> | 2020-06-25 16:27:43 -0500 |
commit | d4041b5953e0bebf86c85f9a29e25ad7f8af74dc (patch) | |
tree | fe58879b7e74a87fd43a388b708ad539e1de03a9 /share/mutt-wizard.muttrc | |
parent | 07a4cc290dba7842b2ffc73ca86d23e3cc8f989a (diff) | |
parent | 497839b1ee804d86f9dac453108c7bbf071060ee (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'share/mutt-wizard.muttrc')
-rw-r--r-- | share/mutt-wizard.muttrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 2c96b19..aafb3d5 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -5,7 +5,7 @@ # If you want to override any settings, set those in your muttrc. set mailcap_path = /usr/local/share/mutt-wizard/mailcap set date_format="%y/%m/%d %I:%M%p" -set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)" +set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'reverse-date' set smtp_authenticators = 'gssapi:login' set query_command = "abook --mutt-query '%s'" @@ -30,6 +30,8 @@ bind index,pager g noop bind index \Cf noop # General rebindings +bind index j next-entry +bind index k previous-entry bind attach <return> view-mailcap bind attach l view-mailcap bind editor <space> noop @@ -44,7 +46,7 @@ bind index U undelete-message bind index L limit bind index h noop bind index l display-message -bind index <space> tag-entry +bind index,query <space> tag-entry #bind browser h goto-parent macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder" bind index,pager H view-raw-message |