dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9bc8f7afbb77743e4f04abbc66e5bb33441f6d92
parent 0802d83b31ed0146eaadcf87fdf436e1d724c3a4
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  4 Mar 2016 16:01:00 -0800

use 24-hour format in time stamp

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

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -167,7 +167,7 @@ macro index L "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuc macro index a "<limit>all\n" "show all messages (undo limit)" # show recipient instead of sender in "Sent" folder view -set date_format='%b %d %I:%M' +set date_format='%b %d %k:%M' set my_index_format_pre='set index_format="%3C %Z %D %-20.20' set my_index_format_post=' (%4.4c) %?M?<%M> ?%s"' folder-hook .*[sS]ent.* "$my_index_format_pre"t"$my_index_format_post"