Files
dotfiles/.config/neomutt/muttrc
Julian Prein a7795cfd27 mutt: Go back to four digit years in index
My brain becomes confused with three blocks of two digit numbers.
2025-01-20 17:48:57 +01:00

13 lines
397 B
Plaintext

# vim: filetype=neomuttrc
source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
source ~/.config/neomutt/accounts.rc
# Shorter date-time format without seconds or timezone
set date_format='%Y-%m-%d %R'
# Full RFC 3339 like date in replies
set attribution='On %[%F %T %z], %f wrote:'
# sort in threads with the most recent message at the top
set sort=reverse-threads
set sort_aux=last-date-sent