diff options
author | Tharre <tharre3@gmail.com> | 2016-04-29 19:09:12 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:39 +0000 |
commit | 7c2a2e1dc2971df8a1ab80c42d42da23edfa6902 (patch) | |
tree | eb8ece76b6832996faa0d3b7b14beeff2a07af5b /email/_mutt/muttrc | |
parent | 0e8261039445b9e28aaac505e1cb5a719dbdb941 (diff) | |
download | dotfiles-7c2a2e1dc2971df8a1ab80c42d42da23edfa6902.tar.gz dotfiles-7c2a2e1dc2971df8a1ab80c42d42da23edfa6902.tar.xz dotfiles-7c2a2e1dc2971df8a1ab80c42d42da23edfa6902.zip |
Remove sidebar specific mutt configuration
Diffstat (limited to 'email/_mutt/muttrc')
-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 |