summaryrefslogtreecommitdiffstats
path: root/.mutt/sidepane
blob: c307bd4629b7aefb9c92ca895f6da76c2c66ad9d (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
25
26
set sidebar_width   = 42
set sidebar_visible = yes
color sidebar_new magenta default
#set sidebar_sort=yes

#macro index b '<enter-command>toggle sidebar_visible<enter>' 
#macro pager b '<enter-command>toggle sidebar_visible<enter>' 
macro index b '<enter-command>toggle sidebar_visible<enter><refresh>' 
macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>' 

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 

bind index \CL sidebar-scroll-up
bind index \CB sidebar-scroll-down
bind pager \CL sidebar-scroll-up
bind pager \CB sidebar-scroll-down

bind index  \t next-unread
bind pager  \t next-unread
bind index ,\t previous-unread
bind pager ,\t previous-unread