diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-10 22:57:51 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-10 22:57:51 +0100 |
commit | 712b5290266dc636ea293918b9008491f650b85a (patch) | |
tree | 7919ad259d807e6a89ed1c4ec573ac7ba14acc2a /.config/mutt/defaults.muttrc | |
parent | update (diff) | |
download | dotfiles-bsd-712b5290266dc636ea293918b9008491f650b85a.tar.gz dotfiles-bsd-712b5290266dc636ea293918b9008491f650b85a.tar.bz2 dotfiles-bsd-712b5290266dc636ea293918b9008491f650b85a.tar.xz dotfiles-bsd-712b5290266dc636ea293918b9008491f650b85a.tar.zst dotfiles-bsd-712b5290266dc636ea293918b9008491f650b85a.zip |
who would write date y/m/d
Diffstat (limited to '.config/mutt/defaults.muttrc')
-rw-r--r-- | .config/mutt/defaults.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index c827e24..5f51cec 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -4,7 +4,7 @@ # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. set mailcap_path = /usr/home/jozan/.config/mutt/mailcap -set date_format="%y/%m/%d %I:%M%p" +set date_format="%d/%m/%y %I:%M%p" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set new_mail_command = "notify-send -u normal 'NeoMutt' ' %n new mail(s)' &" set sort = 'reverse-date' |