From 17516adfffd55cddac61ea8061e641062df3bdc3 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sun, 28 Mar 2021 10:32:01 +0200 Subject: mutt: minor update --- mutt/muttrc | 13 ++++--------- 1 file 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 'toggle sidebar_visible' macro pager b 'toggle sidebar_visible' @@ -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" -- cgit v1.2.3