commit 1a4d5d6fade2998a5ecabf53c9c19a59125cb816 parent 6f4f531445861bab13a62711ade547da5d1f117f Author: Luke Smith <luke@lukesmith.xyz> Date: Fri, 24 Aug 2018 00:50:52 -0400 full date and simplification Diffstat:
M | muttrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/muttrc b/muttrc @@ -13,8 +13,8 @@ set editor = $EDITOR set timeout = "5" set mail_check = "10" set mailcap_path = ~/.config/mutt/etc/mailcap -set date_format="%m/%d %I:%M" -set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" +set date_format="%y/%m/%d %I:%M" +set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)" set markers = no set mark_old = no set mime_forward = yes