dotfiles/entropy/mail/neomutt/sidebar.muttrc

27 lines
889 B
Text
Raw Normal View History

# vim: syntax=muttrc textwidth=100
2020-12-21 14:13:39 +00:00
set sidebar_visible = no
set sidebar_width = 35
2020-12-21 14:13:39 +00:00
set sidebar_short_path = yes
set sidebar_delim_chars = '/.'
set sidebar_folder_indent
set sidebar_indent_string = ' '
# set sidebar_new_mail_only = yes
set sidebar_next_new_wrap = yes
set sidebar_on_right = no
#set sidebar_divider_char = ' '
set sidebar_format = '%D%?F? ⌈%F⌋?%* %?N?%N/? %?S?%S?'
set sidebar_sort_method = 'unsorted'
#set sidebar_format = '%B %?N?(%N)?%* %S'
#set sidebar_sort_method = 'path'
2020-12-21 14:13:39 +00:00
set mail_check_stats = yes
color sidebar_indicator brightcolor02 default
color sidebar_highlight brightcolor223 default
color sidebar_divider default default
color sidebar_flagged color243 default
color sidebar_new color243 default
color sidebar_ordinary color243 default
# vim: syntax=neomuttrc