summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mutt/muttrc13
1 files changed, 4 insertions, 9 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 57dc91a..cf2adb5 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -43,16 +43,12 @@ subscribe help-hurd@gnu.org
subscribe debian-hurd@lists.debian.org
subscribe pool@lists.ntp.org
-set sidebar_width = 26
+set sidebar_width = 20
set sidebar_visible = no
-set sidebar_delim = '|'
color sidebar_new yellow default
-bind index \CP sidebar-prev
-bind index \CN sidebar-next
-bind index \CO sidebar-open
-bind pager \CP sidebar-prev
-bind pager \CN sidebar-next
-bind pager \CO sidebar-open
+bind index,pager \CP sidebar-prev
+bind index,pager \CN sidebar-next
+bind index,pager \CO sidebar-open
macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
@@ -70,7 +66,6 @@ color status brightgreen blue
color tilde blue default
color tree red default
-#set pgp_autosign = yes
set pgp_decode_command = "gpg --charset utf-8 --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
set pgp_verify_command = "gpg --status-fd=2 --no-verbose --quiet --batch --output - --verify %s %f"
set pgp_decrypt_command = "gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"