summaryrefslogtreecommitdiffstats
path: root/config/sidebar
blob: 7c8c968f9946c9c6834d57d038d2071069512c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
set mail_check_stats=yes
set mail_check_stats_interval=1

# width
set sidebar_visible=yes
set sidebar_width=28
set sidebar_format="%B%*  %S%?N?(%N)?%?F?[%F]?"
set sidebar_short_path=yes

# 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