]> git.vanrenterghem.biz Git - Dotty.git/blobdiff - mutt/.config/mutt/muttrc
Set realname for mutt
[Dotty.git] / mutt / .config / mutt / muttrc
index b13350e9eecbebe837526c813c57c387ed09bbea..2e6b0de99afc4dfcdc882ee260ccdfdf245260a1 100644 (file)
@@ -17,14 +17,22 @@ 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
 
+# Sorting mails
+set sort = threads
+set sort_browser = date
+set sort_aux = reverse-last-date-received
+
 # Compose options
 set envelope_from                    # allow setting who the sender is
 set edit_headers                     # show headers when composing
 
+set realname = "Frederik Vanrenterghem"
+
 # Set default account
-source ~/.config/mutt/mutt.account.biz
+source ~/.config/mutt/mutt.account.io
 
 folder-hook io/* source ~/.config/mutt/mutt.account.io
 folder-hook biz/* source ~/.config/mutt/mutt.account.biz
 
 source ~/.config/mutt/mutt.gpg.rc
+source ~/.config/mutt/mutt.color.rc