diff options
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/muttrc | 2 | ||||
-rw-r--r-- | .mutt/muttrc.hooks | 1 |
2 files changed, 2 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" diff --git a/.mutt/muttrc.hooks b/.mutt/muttrc.hooks index e0add57..add1446 100644 --- a/.mutt/muttrc.hooks +++ b/.mutt/muttrc.hooks @@ -1,5 +1,6 @@ ## Folder hooks folder-hook . 'set record="^"' folder-hook . push "<delete-pattern>~=<enter>$" +folder-hook . exec collapse-all source "$HOME/.mutt/muttrc.hooks.env|" |