diff options
| author | Ryan Kavanagh <rak@debian.org> | 2017-01-20 10:12:40 -0500 | 
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2017-01-20 10:12:40 -0500 | 
| commit | 058e8577cf2c5236f39c71c28e1e057365b0a2d2 (patch) | |
| tree | 430281f1f6d5f3a3413f5302cb70f15573867804 | |
| parent | Screen layout & xmonad icd (diff) | |
Revert "Disable sidebar"
This reverts commit 33c22b3cac8f80c207df1d7e75c3c44df9b09506.
Diffstat (limited to '')
| -rw-r--r-- | .mutt/color.rc | 1 | ||||
| -rw-r--r-- | .muttrc | 18 | 
2 files changed, 19 insertions, 0 deletions
| diff --git a/.mutt/color.rc b/.mutt/color.rc index d46b76d..3568c32 100644 --- a/.mutt/color.rc +++ b/.mutt/color.rc @@ -21,6 +21,7 @@ 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 @@ -79,9 +79,27 @@ 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 '<enter-command>toggle sidebar_visible<enter><refresh>' +macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>' +  macro index \cb |urlscan\n  macro pager \cb |urlscan\n  macro index I 'c=INBOX<enter>' | 
