]> git.vanrenterghem.biz Git - Dotty.git/blob - mutt/.config/mutt/muttrc
Set realname for mutt
[Dotty.git] / mutt / .config / mutt / muttrc
1 set folder = ~/.mail/
3 set editor = vim
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
12 mailboxes = +biz/sent
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
20 # Sorting mails
21 set sort = threads
22 set sort_browser = date
23 set sort_aux = reverse-last-date-received
25 # Compose options
26 set envelope_from                    # allow setting who the sender is
27 set edit_headers                     # show headers when composing
29 set realname = "Frederik Vanrenterghem"
31 # Set default account
32 source ~/.config/mutt/mutt.account.io
34 folder-hook io/* source ~/.config/mutt/mutt.account.io
35 folder-hook biz/* source ~/.config/mutt/mutt.account.biz
37 source ~/.config/mutt/mutt.gpg.rc
38 source ~/.config/mutt/mutt.color.rc