diff options
Diffstat (limited to 'email/_mutt')
| -rw-r--r-- | email/_mutt/muttrc | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/email/_mutt/muttrc b/email/_mutt/muttrc index 04f7493..8cc0424 100644 --- a/email/_mutt/muttrc +++ b/email/_mutt/muttrc @@ -22,12 +22,6 @@ set beep_new             # bell on new mails  set pipe_decode          # strip headers and eval mimes when piping  set thorough_search      # strip headers and eval mimes before searching -# Sidebar Patch -------------------------------------- -set sidebar_delim   = '  │' -set sidebar_visible = yes -set sidebar_width   = 26 -color sidebar_new color221 color233 -  # 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 )?───" @@ -84,11 +78,6 @@ macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to s  macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"  macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox" -# Sidebar Navigation --------------------------------- -bind index,pager <down>   sidebar-next -bind index,pager <up>     sidebar-prev -bind index,pager <right>  sidebar-open -  # Pager View Options ---------------------------------  set pager_index_lines = 10 # number of index lines to show  set pager_context = 3      # number of context lines to show  | 
