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
21 set envelope_from # allow setting who the sender is
22 set edit_headers # show headers when composing
25 source ~/.config/mutt/mutt.account.biz
27 folder-hook io/* source ~/.config/mutt/mutt.account.io
28 folder-hook biz/* source ~/.config/mutt/mutt.account.biz
30 source ~/.config/mutt/mutt.gpg.rc