updated on Wed Jan 25 12:16:47 UTC 2012
[aur-mirror.git] / mutt-great-dane / muttrc.example
blobf4f2bf221bd91f06c10c6fc07b4e190881790ea2
1 # set up the sidebar, default not visible
2  set sidebar_width=12
3  set sidebar_visible=no
5 # # which mailboxes to list in the sidebar
6  mailboxes =inbox =ml
8 # # color of folders with new mail
9  color sidebar_new yellow default
11 # # ctrl-n, ctrl-p to select next, prev folder
12 # # ctrl-o to open selected folder
13  bind index \CP sidebar-prev
14  bind index \CN sidebar-next
15  bind index \CO sidebar-open
16  bind pager \CP sidebar-prev
17  bind pager \CN sidebar-next
18  bind pager \CO sidebar-open
20 # # I don't need these.  just for documentation purposes.  See below.
21 # # sidebar-scroll-up
22 # #sidebar-scroll-down
24 # # b toggles sidebar visibility
25  macro index b '<enter-command>toggle sidebar_visible<enter>'
26  macro pager b '<enter-command>toggle sidebar_visible<enter>'
28 # # Remap bounce-message function to "B"
29  bind index B bounce-message