summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2021-03-28 10:32:01 +0200
committerRichard Braun <rbraun@sceen.net>2021-03-28 10:32:01 +0200
commit17516adfffd55cddac61ea8061e641062df3bdc3 (patch)
treed2c7bb1e979796a16aa378df206c6e6bc949d140
parent7f3608b693a2207a9db58981932e35948b192df1 (diff)
mutt: minor update
-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"