diff --git a/.config/mutt b/.config/mutt new file mode 120000 index 0000000..bb4cff0 --- /dev/null +++ b/.config/mutt @@ -0,0 +1 @@ +neomutt \ No newline at end of file diff --git a/.config/neomutt/muttrc b/.config/neomutt/muttrc new file mode 100644 index 0000000..cb93a5e --- /dev/null +++ b/.config/neomutt/muttrc @@ -0,0 +1,12 @@ +# vim: filetype=neomuttrc +source /usr/local/share/mutt-wizard/mutt-wizard.muttrc +source ~/.config/neomutt/accounts.rc + +# Shorter date-time format with two digit year and no 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