1 # mutt-patched: sidebar keybindings
3 [[!debpkg mutt-patched]] it's really cool, [thanks Myon for advertising
4 it](http://www.df7cb.de/blog/2008/mutt-patched.html). Actually I've tried it
5 only in the hope that it could solve [[!debbug 459739]] (don't bother trying: it
6 doesn't), but I'm now liking it, especially the [sidebar
7 patch](http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44).
9 Unfortunately it lacks default keybindings for moving the sidebar cursor (why
10 the heck: since the sidebar is enabled by default, am I supposed only to *look*
11 at it?). Here are mine, in case someone wants a "plug and play" configuration
14 zack@aquarium:~$ cat .muttrc |tail -n 6
15 # mutt sidebar settings
16 bind index,pager \CP sidebar-prev
17 bind index,pager \CN sidebar-next
18 bind index,pager \CO sidebar-open
19 macro index,pager B '<enter-command>toggle sidebar_visible<enter>'
20 color sidebar_new yellow default
22 They are basically a subset of those proposed on [the
23 homepage](http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44),
24 but I did not like changing the default semantics of `b`.
25 See also [[!debbug 459725]].
27 [[!tag planet-debian lang/english mutt debian]]