summaryrefslogtreecommitdiffstats
path: root/config/sidebar
blob: b27412f9c65ee42801e381a180ff619a44425c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
mailboxes =INBOX =Feuerwehr =Hackspace =KTT-Vorstand =Debian =debian-cross =debian-mobile =debian-boot =debian-kernel =ksummit-discuss =linux-next =linux-kernel =linux-omap =linux-media =linux-pm =kernel-users =OpenMoko =pkg-fso-maint =powervr-devel =vala =radare =Shops =System =SPAM

# width
set sidebar_width=26

# b toggles sidebar visibility
macro index b '<enter-command>toggle sidebar_visible<enter>'
macro pager b '<enter-command>toggle sidebar_visible<enter>'

# color of folders with new mail
color sidebar_new yellow default

# ctrl-n, ctrl-p to select next, prev folder
# ctrl-o to open selected folder
bind index \CP sidebar-prev
bind index \CN sidebar-next
bind index \CO sidebar-open
bind pager \CP sidebar-prev
bind pager \CN sidebar-next
bind pager \CO sidebar-open