From 33c22b3cac8f80c207df1d7e75c3c44df9b09506 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 25 Nov 2016 17:24:48 -0500 Subject: Disable sidebar --- .mutt/color.rc | 1 - .muttrc | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/.mutt/color.rc b/.mutt/color.rc index 3568c32..d46b76d 100644 --- a/.mutt/color.rc +++ b/.mutt/color.rc @@ -21,7 +21,6 @@ color signature red default color status white blue color tilde magenta default color tree magenta default -color sidebar_new yellow default # Pretty Colors color status white blue diff --git a/.muttrc b/.muttrc index e57ea68..6dbf762 100644 --- a/.muttrc +++ b/.muttrc @@ -79,27 +79,9 @@ set alias_file = ~/.mutt/alias.rc set ispell="aspell -e -c" -# set up the sidebar, default not visible -set mail_check_stats=yes -set sidebar_visible=yes -set sidebar_format="%B%* %S%?N?(%N)?%?F?[%F]?" -set sidebar_indent_string=" " -# which # mailboxes to list in the sidebar -# mailboxes =inbox =ml -# color of folders with new mail - -# ctrl-n, ctrl-p to select next, prev folder # -# ctrl-o to open selected folder -bind index,pager \CP sidebar-prev -bind index,pager \CN sidebar-next -bind index,pager \CO sidebar-open - # Remap bounce-message function to "B" bind index B bounce-message -macro index b 'toggle sidebar_visible' -macro pager b 'toggle sidebar_visible' - macro index \cb |urlscan\n macro pager \cb |urlscan\n macro index I 'c=INBOX' -- cgit v1.2.3