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