From e0c551fecc99e00f46cc37446f3afe89f7e954be Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 22 Jan 2025 15:25:17 +0100 Subject: [PATCH] mutt: Include weekday in attribution date --- .config/neomutt/muttrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/neomutt/muttrc b/.config/neomutt/muttrc index 2c89236..8888f79 100644 --- a/.config/neomutt/muttrc +++ b/.config/neomutt/muttrc @@ -5,7 +5,8 @@ source ~/.config/neomutt/accounts.rc # Shorter date-time format without seconds or timezone set date_format='%Y-%m-%d %R' # RFC 3339 / ISO 8601 -like date in replies -set attribution='On %[%F] at %[%R %z], %f wrote:' +# Example: "On Wed, 2025-01-22 at 15:25 +0100" +set attribution='%[On %a, %F at %R %z], %f wrote:' # Sort in threads with the most recent message at the top set sort=reverse-threads