diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-14 03:49:40 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-14 03:49:40 +0100 |
commit | cc347d74e8c67ad807bc43a166c119c889e6db28 (patch) | |
tree | f2a76983990cf2d102084ba5254418030a9115b0 /mutt | |
parent | a606332a7043c5bfc1950a77294565e2d20914f2 (diff) | |
download | dotfiles-cc347d74e8c67ad807bc43a166c119c889e6db28.tar.xz |
mutt: Add old count to status format
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index f687f65..2f38a0f 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -60,7 +60,7 @@ set thorough_search # strip headers and eval mimes before searching # Status Bar ----------------------------------------- set status_chars = " *%A" -set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───" +set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?o? (%o old)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───" # Header Options ------------------------------------- ignore * # ignore all headers |