From 6f4e16115938f895eb5310bd41237607101f4403 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 22 Sep 2019 12:23:35 +0300 Subject: [PATCH] Sender's datetime must be used, instead of useless local one --- mutt/.mutt/muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 610c770..966e75e 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -22,7 +22,7 @@ set realname = "Sergey Matveev" set query_command="mu cfind --format=mutt-ab '%s'" set forward_format = "Fwd: %s" set indent_string = ">" -set attribution = "*** %n [%(%Y-%m-%d %H:%M)]:" +set attribution = "*** %n [%{%Y-%m-%d %H:%M}]:" set index_format = "%4C %Z[%1H] %{%m-%d} [%N] %-15.15L (%?l?%4l&%4c?)%?M?[#%02M]?%?Y?[%Y]? %s" set pipe_decode = yes set crypt_protected_headers_write = yes -- 2.44.0