diff options
author | Andrey Drobyshev <drmtmych@gmail.com> | 2018-03-01 17:00:54 +0300 |
---|---|---|
committer | Andrey Drobyshev <drmtmych@gmail.com> | 2018-03-01 19:01:42 +0300 |
commit | 4a42637c052ce88683919d03d98460f571abb2b2 (patch) | |
tree | 3a6081d59e44633756a922f6e8805656a0a11c3a | |
parent | 74a484885e7e2e3d52e1f96a61467ab456366739 (diff) |
muttrc: add attachments indication to index.
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |