2019-04-16 03:31:31 +00:00
|
|
|
set sidebar_visible
|
|
|
|
set mail_check_stats # update unread/flagged/total counts
|
2020-11-11 03:05:37 +00:00
|
|
|
set sidebar_format = '%D%?F? [%!]?%* %?N?%N/?%?S?%S?'
|
2019-04-16 03:31:31 +00:00
|
|
|
set sidebar_width = 32 # Note: some chars take two columns (chinese)
|
|
|
|
set sidebar_short_path # Keep only end of mailbox path
|
2020-11-11 03:05:37 +00:00
|
|
|
set sidebar_component_depth = 1 # nb of parent subdirs to hide
|
2019-04-16 03:31:31 +00:00
|
|
|
set sidebar_delim_chars = '/.' # mailbox path sep, '.' is used with IMAP
|
|
|
|
set sidebar_divider_char = '|' # UI separator bar char
|
|
|
|
set sidebar_folder_indent # indent according to path tree
|
|
|
|
set sidebar_indent_string = ' '
|
|
|
|
set sidebar_new_mail_only # Only display mailbox with new/flagged mail
|
|
|
|
unset sidebar_next_new_wrap # wrap <sidebar-{next,prev}-new> to beginning
|
|
|
|
unset sidebar_on_right # keep bar on the left
|
|
|
|
set sidebar_sort_method = 'path' # sort by mailbox path alphabetically
|
|
|
|
|
|
|
|
# vim: syntax=neomuttrc
|