Add custom headers and sort mails recent on top in mutt.
[Dotty.git] / mutt / .config / mutt / muttrc
index e4451633153fd49e074ccebfedc383c48ddd0691..1184d90d91bcf010cbdd641cbee91e94d7c4acbf 100644 (file)
@@ -17,12 +17,17 @@ 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
 
 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 default account
 # 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
+source ~/.config/mutt/mutt.account.io
 
 folder-hook io/* source ~/.config/mutt/mutt.account.io
 folder-hook biz/* source ~/.config/mutt/mutt.account.biz
 
 folder-hook io/* source ~/.config/mutt/mutt.account.io
 folder-hook biz/* source ~/.config/mutt/mutt.account.biz