mutt-wizard

default description
git clone https://git.awy.one/mutt-wizard.git
Log | Files | Refs | README | LICENSE

commit e91d7043b583bc00663c5516b8e71df02151a65f
parent 828c4de5dcd6ee76dc2988cdf5a6ac89dc11b41c
Author: awy <awy@awy.one>
Date:   Tue, 21 Oct 2025 20:34:23 +0300

date_format

Diffstat:
Mshare/mutt-wizard.muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc @@ -6,7 +6,7 @@ set send_charset="us-ascii:utf-8" set mailcap_path = $HOME/.config/mutt/mailcap:/usr/local/share/mutt-wizard/mailcap:$mailcap_path set mime_type_query_command = "file --mime-type -b %s" -set date_format="%y/%m/%d %I:%M%p" +set date_format="%d %b %Y %H:%M" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'reverse-date' set smtp_authenticators = 'gssapi:login'