summaryrefslogtreecommitdiff
path: root/share/mutt-wizard.muttrc
diff options
context:
space:
mode:
authorAyman Bagabas <ayman.bagabas@gmail.com>2019-08-19 20:55:59 -0400
committerGitHub <noreply@github.com>2019-08-19 20:55:59 -0400
commit9ce96c9a40cc57703fd386b52195bc48c873ba79 (patch)
treec5e165f0d3f7ac472914334713655eb2a8aa6073 /share/mutt-wizard.muttrc
parent04528a0fb92ea57be040a7ed87901d8186c970ff (diff)
parent75c1d44a84463e723d4c1ae70a105c4b5dd3f560 (diff)
Merge branch 'master' into master
Diffstat (limited to 'share/mutt-wizard.muttrc')
-rw-r--r--share/mutt-wizard.muttrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc
index bd20d50..978341f 100644
--- a/share/mutt-wizard.muttrc
+++ b/share/mutt-wizard.muttrc
@@ -4,7 +4,6 @@
# In the interest of seamless updating, do not edit this file.
# If you want to override any settings, set those in your muttrc.
set mailcap_path = /usr/local/share/mutt-wizard/mailcap
-set certificate_file = ~/.cache/mutt-wizard/certificates
set date_format="%y/%m/%d %I:%M%p"
set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)"
set sort = 'reverse-date'
@@ -45,7 +44,9 @@ bind index U undelete-message
bind index L limit
bind index h noop
bind index l display-message
-bind browser h goto-parent
+#bind browser h goto-parent
+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