diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 21:22:52 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 21:22:52 -0400 |
commit | 04462ceb46a8a0b287bde4547b38444847bfdc54 (patch) | |
tree | db583e4f69be73beb5e9f06441d639095ce48406 /muttrc | |
parent | ce985c83fa5607e21d32f2e5449359afb900d537 (diff) |
am/pm
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |