Change date and index formats
This commit is contained in:
parent
4840e2eb11
commit
40f71d4d43
1 changed files with 2 additions and 2 deletions
|
@ -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'"
|
||||
|
|
Loading…
Add table
Reference in a new issue