diff options
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r-- | .config/mutt/muttrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 6b60754..90b457c 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -6,7 +6,8 @@ auto_view text/html # Order to try and show multipart emails alternative_order text/plain text/enriched text/html -bind index R imap-fetch-mail +bind index \CR imap-fetch-mail +bind index,pager R group-reply bind index,pager \CK sidebar-prev bind index,pager \CJ sidebar-next bind index,pager \CL sidebar-open @@ -80,6 +81,8 @@ set trash = "+Trash" # show spam score (from SpamAssassin only) when reading a message spam "X-Spam-Score: ([0-9\\.]+).*" "SA: %1" set pager_format = " %C - %[%H:%M] %.20v, %s%* %?H? [%H] ?" +# https://unix.stackexchange.com/a/516101 +set display_filter="exec sed -r \"s/^Date:\\s*(([F-Wa-u]{3},\\s*)?[[:digit:]]{1,2}\\s+[A-Sa-y]{3}\\s+[[:digit:]]{4}\\s+[[:digit:]]{1,2}:[[:digit:]]{1,2}(:[[:digit:]]{1,2})?\\s+[+-][[:digit:]]{4})/date +'Date: %a, %d %b %Y %H:%M:%S %z' -d '\\1'/e\"" # do not show all headers, just a few ignore * |