mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 4a42637c052ce88683919d03d98460f571abb2b2
parent 74a484885e7e2e3d52e1f96a61467ab456366739
Author: Andrey Drobyshev <drmtmych@gmail.com>
Date:   Thu,  1 Mar 2018 17:00:54 +0300

muttrc: add attachments indication to index.

Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>

Diffstat:
Mmuttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/muttrc b/muttrc @@ -13,7 +13,7 @@ set timeout = "5" set mail_check = "10" set mailcap_path = ~/.config/mutt/etc/mailcap set date_format="%m/%d %I:%M" -set index_format="%2C %Z %D %-15.15F %s (%-4.4c)" +set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set markers = no set mark_old = no set mime_forward = yes