From 1278a04021fc334bbb314ea0b610c917a7e3e674 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 30 Apr 2010 11:08:20 +0200 Subject: [PATCH] [mutt] Remove sidebar for config --- .muttrc | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.muttrc b/.muttrc index cb747d8..76c4ccf 100644 --- a/.muttrc +++ b/.muttrc @@ -99,23 +99,23 @@ macro attach W /home/mathieu/Download/ ## SIDEBAR # set up the sidebar, default not visible -set sidebar_width=24 -set sidebar_visible=yes -set sidebar_delim='|' +#set sidebar_width=24 +#set sidebar_visible=yes +#set sidebar_delim='|' # color of folders with new mail -color sidebar_new yellow default +#color sidebar_new yellow default # ctrl-n, ctrl-p to select next, prev folder # ctrl-o to open selected folder -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 \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 # b toggles sidebar visibility -macro index b 'toggle sidebar_visible' -macro pager b 'toggle sidebar_visible' -bind index B bounce-message +#macro index b 'toggle sidebar_visible' +#macro pager b 'toggle sidebar_visible' +#bind index B bounce-message ## COLORS