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 bcf8a1bbbcbdefc675381f15a1c3b215d6ee9384
parent c225e5561c37ff78fcb735470db0c00063e7fe53
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  6 Apr 2020 18:08:40 +0200

Show number of attachments in index view

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

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -220,7 +220,7 @@ wait_key=\$my_old_wait_key<enter>" "notmuch: remove message from inbox" # show recipient instead of sender in "Sent" folder view set date_format='%b %d %k:%M' -set index_format="%2C %Z [%D] %-22.22F (%?l?%4l&%4c?) %s" +set index_format="%2C %Z [%D] %-22.22F (%?l?%4l&%4c?) %?X?%1X& ? %s " # convert to pdf for printing set print_command="$HOME/.config/mutt/muttprint-groff.sh"