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 # sidebar_shortpath (boolean)
55 # When using IMAP, a '.' is often used as a separator. This option
56 # allows to shorten the folder name to the part after the last dot.
58 # sidebar_sort (boolean)
59 # Sorts the folders in the sidebar alphabetically.
61 # color sidebar_new [fg] [bg]
62 # The foreground (fg) and background (bg) color of folders that contain new
66 # Mutt's name for the operation that selects the previous folder.
69 # Mutt's name for the operation that selects the next folder.
72 # Mutt's name for the operation that opens the currently selected folder.
75 # Only useful if you have more folders than lines in your terminal: scrolls one
76 # page up through the list of folders.
79 # Only useful if you have more folders than lines in your terminal: scrolls one
80 # page down through the list of folders.