Browse Source

muttrc: add attachments indication to index.

Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
tags/v3.1
Andrey Drobyshev 6 years ago
parent
commit
4a42637c05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      muttrc

+ 1
- 1
muttrc View File

@@ -13,7 +13,7 @@ set timeout = "5"
set mail_check = "10" set mail_check = "10"
set mailcap_path = ~/.config/mutt/etc/mailcap set mailcap_path = ~/.config/mutt/etc/mailcap
set date_format="%m/%d %I:%M" 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 markers = no
set mark_old = no set mark_old = no
set mime_forward = yes set mime_forward = yes


Loading…
Cancel
Save