mutt: Go back to four digit years in index

My brain becomes confused with three blocks of two digit numbers.
This commit is contained in:
2025-01-20 17:48:57 +01:00
parent 3b9d0fdf4f
commit a7795cfd27

View File

@@ -2,8 +2,8 @@
source /usr/local/share/mutt-wizard/mutt-wizard.muttrc source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
source ~/.config/neomutt/accounts.rc source ~/.config/neomutt/accounts.rc
# Shorter date-time format with two digit year and no seconds or timezone # Shorter date-time format without seconds or timezone
set date_format='%y-%m-%d %R' set date_format='%Y-%m-%d %R'
# Full RFC 3339 like date in replies # Full RFC 3339 like date in replies
set attribution='On %[%F %T %z], %f wrote:' set attribution='On %[%F %T %z], %f wrote:'