myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 60eae876d9fd4a22ffd77b521db2ad66b0791a0e
parent 96880f949cbd6ad32236bc068aa9770fc402948f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 12 Jan 2019 20:17:18 +0100

conditional dates

Diffstat:
mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -70,7 +70,7 @@ bind index - collapse-thread bind index _ collapse-all # formats -set index_format="%{%d/%m %H:%M}%Z %-15.15L %?M?<#%03M>&? %s" +set index_format="%<[y?%<[m?%<[d?%[#%H:%M]&%[%a %d]>&%[%b %d]>&%[%Y%m]> %Z %-15.15L %?M?<#%03M>&? %s" set pager_format="%4c -%Z- %C/%m: %-20.20n %s" set status_format="%r%f %?l?%l? %?M?%M/?%m:%?n? N%n?%?o? O%o?%?d? D%d?%?F? !%F?%?t? *%t?%> %h (%s/%S%?V?-%V?) (%P)"