diff options
author | Raúl Benencia <raul@thousandeyes.com> | 2019-11-04 11:48:15 -0800 |
---|---|---|
committer | Raúl Benencia <raul@thousandeyes.com> | 2019-11-19 11:10:59 -0800 |
commit | 256d3c109181b47298ac5cdc122cfc982a0d93e9 (patch) | |
tree | 7dbda4d855b9cf66a43d2e027fc9d8d7c54f2692 /.mutt/muttrc | |
parent | 72be9a36ee7ab2bb807a071164ecd38943c14114 (diff) |
add thread email number
Diffstat (limited to '.mutt/muttrc')
-rw-r--r-- | .mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index b7539f3..d3a49e1 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -56,7 +56,7 @@ set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-short --pgp-mo set date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z" # Conditional time -set index_format='%4C %Z %<[y?%<[m?%<[d?%[%H:%M ]&%[%a %d]>&%[%b %d]>&%[%m/%y ]> %-30.30L (%?l?%4l&%4c?) %s' +set index_format='%4C %Z %<[y?%<[m?%<[d?%[%H:%M ]&%[%a %d]>&%[%b %d]>&%[%m/%y ]> %?M?(#%02M)&(%3l)? %-30.30L (%?l?%4l&%4c?) %s' # Status Bar set status_chars = " *%A" |