]> git.madduck.net Git - etc/mutt.git/blobdiff - .mutt/sidebar

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

hardcode utf-8 for all email
[etc/mutt.git] / .mutt / sidebar
index a0d1a5f718be601c63d6cf093dd830926db6696c..39aebc28c794b726e78178e8454ad7dde6e0ea90 100644 (file)
@@ -1,10 +1,3 @@
-set sidebar_width=20
-set sidebar_visible=yes
-set sidebar_divider_char="│"
-set sidebar_folder_indent=yes
-set sidebar_indent_string=" "
-set sidebar_format="%B%<F? [%!]>%* %<N?%N/>%S"
-
 bind index,pager       <left>          sidebar-prev
 bind index,pager       \e<up>          sidebar-prev
 bind index,pager       <right>         sidebar-next
@@ -13,7 +6,7 @@ bind index,pager       \e<return>              sidebar-open
 bind index,pager       \e<pageup>              sidebar-page-up
 bind index,pager       \e<pagedown>    sidebar-page-down
 
-bind index,pager         \\            sidebar-toggle-visible
+bind index,pager       \\              sidebar-toggle-visible
 
 color sidebar_new      red     default
 color sidebar_divider  white   black