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