From f801f3fd582190db6647e8961c468f2dfaec2d91 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 8 Jul 2002 15:32:49 +0000 Subject: [PATCH] +set date_format & attribution: Used modern RFC 2822 and non-US format --- .muttrc.addons | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.muttrc.addons b/.muttrc.addons index 91f145b..99846a6 100644 --- a/.muttrc.addons +++ b/.muttrc.addons @@ -33,6 +33,10 @@ unset confirmcreate set reply_to=ask-yes set thorough_search set abort_unmodified=no +set date_format="!%a, %d %b %Y %H:%M:%S %z" # RFC 2822: 3.3. +# FIXME: %D not needed: RFC 2822: 3.3: "converted" can IMO incl. timezone +# but %d will place +0000 for %z and thus brokes the timestamp +set attribution="On %D, %n wrote:" # Mail command -- 1.8.3.1