summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-04-29 19:09:12 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:13:39 +0000
commit7c2a2e1dc2971df8a1ab80c42d42da23edfa6902 (patch)
treeeb8ece76b6832996faa0d3b7b14beeff2a07af5b
parent0e8261039445b9e28aaac505e1cb5a719dbdb941 (diff)
downloaddotfiles-7c2a2e1dc2971df8a1ab80c42d42da23edfa6902.tar.gz
dotfiles-7c2a2e1dc2971df8a1ab80c42d42da23edfa6902.tar.xz
dotfiles-7c2a2e1dc2971df8a1ab80c42d42da23edfa6902.zip
Remove sidebar specific mutt configuration
-rw-r--r--email/_mutt/muttrc11
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