X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/blobdiff_plain/dcaf93ab58441a6e324fe07a7a4859bba522e1c2..6d9c789ae8458589a27e5ae1e39bb3dc25cdaa16:/mutt/.config/mutt/muttrc diff --git a/mutt/.config/mutt/muttrc b/mutt/.config/mutt/muttrc index 87a341b..b13350e 100644 --- a/mutt/.config/mutt/muttrc +++ b/mutt/.config/mutt/muttrc @@ -4,13 +4,27 @@ set editor = vim # Configure neomutt sidebar set sidebar_visible = yes -mailboxes = +biz/Inbox = +io/Inbox +set sidebar_short_path = yes +set sidebar_format = "%B %?N?(%N)?%* %S" + +mailboxes = "--biz------------" +mailboxes = +biz/Inbox +mailboxes = +biz/sent +mailboxes = "--io-------------" +mailboxes = +io/Inbox = +io/sent = +io/archive = +io/junk + bind index,pager \Cp sidebar-prev # Ctrl-p - Previous Mailbox bind index,pager \Cn sidebar-next # Ctrl-n - Next Mailbox bind index,pager \Co sidebar-open # Ctrl-o - Open Highlighted Mailbox +# Compose options +set envelope_from # allow setting who the sender is +set edit_headers # show headers when composing + # Set default account source ~/.config/mutt/mutt.account.biz folder-hook io/* source ~/.config/mutt/mutt.account.io folder-hook biz/* source ~/.config/mutt/mutt.account.biz + +source ~/.config/mutt/mutt.gpg.rc