diff options
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r-- | .config/mutt/muttrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index c381484..5d71def 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc | |||
@@ -83,6 +83,7 @@ bind editor <Tab> complete-query | |||
83 | # See <http://www.mutt.org/doc/manual/#status-format>. | 83 | # See <http://www.mutt.org/doc/manual/#status-format>. |
84 | # set status_format="%f%?V?/%V? [%m%?M?, %M shown?%?n?, %n new?%?o?, %o old?%?d?, %d deleted?%?F?, %F flagged?%?t?, %t tagged?%?p?, %p postponed?] %> %P" | 84 | # set status_format="%f%?V?/%V? [%m%?M?, %M shown?%?n?, %n new?%?o?, %o old?%?d?, %d deleted?%?F?, %F flagged?%?t?, %t tagged?%?p?, %p postponed?] %> %P" |
85 | # set index_format="hi" | 85 | # set index_format="hi" |
86 | set index_format="%2C %Z %?X?A& ? %[%e %b %y %R] %-15.15F %s (%-4.4c)" | ||
86 | 87 | ||
87 | # See <file:///usr/share/doc/neomutt/manual.html#compose-format>). | 88 | # See <file:///usr/share/doc/neomutt/manual.html#compose-format>). |
88 | # Also get rid of the hyphens again. | 89 | # Also get rid of the hyphens again. |
@@ -117,3 +118,4 @@ set signature = "echo '~yigit\n'|" | |||
117 | # color index color208 color234 "~n 10" | 118 | # color index color208 color234 "~n 10" |
118 | # color index black red "~n 20" | 119 | # color index black red "~n 20" |
119 | 120 | ||
121 | set sidebar_format = "%D%?F? [%F]?%* %?N?%N/? %?S?%S?" | ||