Change date and index formats

This commit is contained in:
flyingscorpio@clevo 2022-05-14 17:34:07 +02:00
parent 4840e2eb11
commit 40f71d4d43

View file

@ -1,7 +1,7 @@
set mailcap_path = $HOME/.config/neomutt/mailcap:$mailcap_path
set mime_type_query_command = "file --mime-type -b %s"
set date_format="%y/%m/%d %I:%M%p"
set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
set date_format="%Y/%m/%d %H:%M"
set index_format="%4C %Z %D %-20.20F %s (%-4.4c)"
set sort = 'reverse-date'
#set smtp_authenticators = 'gssapi:login'
#set query_command = "abook --mutt-query '%s'"