diff --git a/.muttrc b/.muttrc index ee2db19..cb747d8 100644 --- a/.muttrc +++ b/.muttrc @@ -95,23 +95,23 @@ bind pager next-line bind index F flag-message bind pager F flag-message -macro attach W /home/paul/Desktop/Téléchargements/ +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'