muttrc: modify status bar

This commit is contained in:
Johannes Rothe 2018-05-20 22:38:48 +02:00
parent 628eb5a327
commit c74bfe18c5

View File

@ -22,6 +22,7 @@ set pager_stop=yes # don't go to next message automatically
set menu_scroll=yes # scroll in menus set menu_scroll=yes # scroll in menus
set tilde=yes # show tildes like in vim set tilde=yes # show tildes like in vim
unset markers # no ugly plus signs unset markers # no ugly plus signs
set smart_wrap
set editor="nvim -c 'set spell' -c 'set spelllang=de,en'" set editor="nvim -c 'set spell' -c 'set spelllang=de,en'"
@ -47,6 +48,11 @@ set mail_check = 60
# Macros # Macros
macro index,pager D "<save-message>+magazino/Done\n<sync-mailbox>" macro index,pager D "<save-message>+magazino/Done\n<sync-mailbox>"
# 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 )?───"
# first, ignore all headers # first, ignore all headers
ignore * ignore *
# then, show only these # then, show only these