1 # shamelessly copied from
2 # http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44
4 # set up the sidebar, default not visible
9 # which mailboxes to list in the sidebar
12 # color of folders with new mail
13 color sidebar_new yellow default
15 # ctrl-n, ctrl-p to select next, prev folder
16 # ctrl-o to open selected folder
17 bind index \CP sidebar-prev
18 bind index \CN sidebar-next
19 bind index \CO sidebar-open
20 bind pager \CP sidebar-prev
21 bind pager \CN sidebar-next
22 bind pager \CO sidebar-open
24 # I don't need these. just for documentation purposes. See below.
28 # b toggles sidebar visibility
29 macro index b '<enter-command>toggle sidebar_visible<enter>'
30 macro pager b '<enter-command>toggle sidebar_visible<enter>'
32 # Remap bounce-message function to "B"
33 bind index B bounce-message
36 # Mario Holbe suggests:
37 # macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
38 # macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
45 # sidebar_width (number)
46 # Width of the sidebar.
48 # sidebar_visible (boolean)
49 # Whether or not the sidebar is visible.
51 # sidebar_delim (string)
52 # Specifies the delimiter between the sidebar and other screens
54 # color sidebar_new [fg] [bg]
55 # The foreground (fg) and background (bg) color of folders that contain new
59 # Mutt's name for the operation that selects the previous folder.
62 # Mutt's name for the operation that selects the next folder.
65 # Mutt's name for the operation that opens the currently selected folder.
68 # Only useful if you have more folders than lines in your terminal: scrolls one
69 # page up through the list of folders.
72 # Only useful if you have more folders than lines in your terminal: scrolls one
73 # page down through the list of folders.