muttrc: set different index_format
This commit is contained in:
parent
68f4dd83c3
commit
b245ae2432
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ set send_charset="utf-8"
|
||||||
source ~/.mutt/theme
|
source ~/.mutt/theme
|
||||||
|
|
||||||
## HTML mails
|
## HTML mails
|
||||||
|
# message list
|
||||||
|
set index_format = "%4C %Z %{%b %d %R} %-15.15L (%6l) %s"
|
||||||
|
|
||||||
set mailcap_path = ~/.mutt/mailcap
|
set mailcap_path = ~/.mutt/mailcap
|
||||||
auto_view text/html
|
auto_view text/html
|
||||||
|
|
Loading…
Reference in a new issue