aboutsummaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2020-01-02 14:44:30 -0500
committerRyan Kavanagh <rak@debian.org>2020-01-02 14:44:30 -0500
commitaeff28647031e8c086d23ea245d9532aafb0985f (patch)
treed460be4781f4772d112a80f1d99affe5a447e021 /.muttrc
parentconnect to hosts in sm (diff)
show year in mutt wide index
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.muttrc b/.muttrc
index b4a14a6..19ece4b 100644
--- a/.muttrc
+++ b/.muttrc
@@ -68,7 +68,7 @@ hdr_order Subject: Date: From: To: CC: Bcc:
set index_format="%4C %{%m%d} %-16.16F [%Z] %?M?(#%03M)&(%4l)? %s"
# Narrow / wide versions.
macro index \cxn '<enter-command>set index_format="%4C %{%m%d} %-16.16F [%Z] %?M?(#%03M)&(%4l)? %s"<enter>'
-macro index \cxw '<enter-command>set index_format="%4C %{%m%d} %-16.16F %-15.15B [%Z] %?M?(#%03M)&(%4l)? %s"<enter>'
+macro index \cxw '<enter-command>set index_format="%4C %{%y%m%d} %-16.16F %-15.15B [%Z] %?M?(#%03M)&(%4l)? %s"<enter>'
set print_command="muttprint -2"