21 lines
458 B
Text
21 lines
458 B
Text
|
###
|
||
|
# options specific to mutt's sidebar patch
|
||
|
###
|
||
|
|
||
|
# settings
|
||
|
set sidebar_delim = '|'
|
||
|
set sidebar_visible = no
|
||
|
set sidebar_width = 20
|
||
|
|
||
|
# colors
|
||
|
color sidebar_new brightyellow default
|
||
|
|
||
|
# bindings
|
||
|
bind index,pager \CJ sidebar-next
|
||
|
bind index,pager \CK sidebar-prev
|
||
|
bind index,pager \CL sidebar-open
|
||
|
|
||
|
# macros
|
||
|
macro index B '<enter-command>toggle sidebar_visible<enter><refresh>'
|
||
|
macro pager B '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
|