This commit is contained in:
Luke Smith 2019-04-21 21:22:52 -04:00
parent ce985c83fa
commit 04462ceb46
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

4
muttrc
View File

@ -1,7 +1,7 @@
# vim: filetype=neomuttrc
# This is the general mutt config which has the settings that all accounts use.
set mailcap_path = ~/.config/mutt/bin/mailcap
set date_format="%y/%m/%d %I:%M"
set mailcap_path = mailcap
set date_format="%y/%m/%d %I:%M%p"
set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)"
set sort = 'reverse-date'
set smtp_authenticators = 'gssapi:login'