5 # Configure neomutt sidebar
6 set sidebar_visible = yes
7 set sidebar_short_path = yes
8 set sidebar_format = "%B %?N?(%N)?%* %S"
10 mailboxes = "--biz------------"
11 mailboxes = +biz/Inbox
13 mailboxes = "--io-------------"
14 mailboxes = +io/Inbox = +io/sent = +io/archive = +io/junk
16 bind index,pager \Cp sidebar-prev # Ctrl-p - Previous Mailbox
17 bind index,pager \Cn sidebar-next # Ctrl-n - Next Mailbox
18 bind index,pager \Co sidebar-open # Ctrl-o - Open Highlighted Mailbox
22 set sort_browser = date
23 set sort_aux = reverse-last-date-received
26 set envelope_from # allow setting who the sender is
27 set edit_headers # show headers when composing
30 source ~/.config/mutt/mutt.account.io
32 folder-hook io/* source ~/.config/mutt/mutt.account.io
33 folder-hook biz/* source ~/.config/mutt/mutt.account.biz
35 source ~/.config/mutt/mutt.gpg.rc
36 source ~/.config/mutt/mutt.color.rc