set sidebar_visible
set mail_check_stats                # update unread/flagged/total counts
set sidebar_format = '%B%?F? [%!]?%* %?N?%N/?%?S?%S?'
set sidebar_width = 32              # Note: some chars take two columns (chinese)
set sidebar_short_path              # Keep only end of mailbox path
set sidebar_component_depth = 0     # nb of parent subdirs to hide
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
# Override sidebar_new_mail_only
sidebar_whitelist `find ~/mail -mindepth 1 -maxdepth 1 -type d ! -name cur ! -name tmp ! -name new ! -name .notmuch -printf '"%p"\0' | xargs -0`
sidebar_whitelist `find ~/mail -mindepth 1 -type d -iname inbox -printf '"%p"\0' | xargs -0`

# vim: syntax=neomuttrc