sidebar (577B)
1 # vim: filetype=neomuttrc 2 3 set sidebar_visible 4 set sidebar_width=25 5 set sidebar_format = "%2N/%-5S %B " 6 set mail_check_stats 7 set sort_browser="unsorted" 8 set sidebar_short_path=yes 9 10 bind index,pager \CK sidebar-prev 11 bind index,pager \CL sidebar-open 12 bind index,pager \CJ sidebar-next 13 14 color sidebar_divider color2 default 15 color sidebar_highlight color7 default 16 color sidebar_new color14 default 17 color sidebar_unread color14 default 18 color sidebar_ordinary yellow default 19 mono sidebar_indicator reverse 20 21 set sidebar_divider_char = ' ' 22 23 bind index,pager B sidebar-toggle-visible