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