From a7795cfd27bdd743a5ba636037d2fbd40efcf478 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 20 Jan 2025 17:48:57 +0100 Subject: [PATCH] mutt: Go back to four digit years in index My brain becomes confused with three blocks of two digit numbers. --- .config/neomutt/muttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/neomutt/muttrc b/.config/neomutt/muttrc index cb93a5e..6e0e4d2 100644 --- a/.config/neomutt/muttrc +++ b/.config/neomutt/muttrc @@ -2,8 +2,8 @@ source /usr/local/share/mutt-wizard/mutt-wizard.muttrc source ~/.config/neomutt/accounts.rc -# Shorter date-time format with two digit year and no seconds or timezone -set date_format='%y-%m-%d %R' +# 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:'