]> git.madduck.net Git - etc/mutt.git/commitdiff

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:

remove obsolete sidebar settings
authormartin f. krafft <madduck@madduck.net>
Wed, 13 Jul 2016 09:40:31 +0000 (11:40 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 13 Jul 2016 09:40:31 +0000 (11:40 +0200)
.mutt/sidebar

index 2dd8bcbedb16f566fd1978a253d53115cf7690b4..ba3f4af0e379c6bd6b98003b98d5fe08cd1e3cea 100644 (file)
@@ -1,13 +1,13 @@
 set sidebar_width=20
 set sidebar_visible=yes
+set sidebar_divider_char="│"
+set sidebar_folder_indent=yes
+set sidebar_indent_string=" "
 
 bind index,pager       <left>          sidebar-prev
 bind index,pager       \e<up>          sidebar-prev
 bind index,pager       <right>         sidebar-next
 bind index,pager       \e<down>                sidebar-next
-bind index,pager       \e<pageup>              sidebar-scroll-up
-bind index,pager       \e<pagedown>    sidebar-scroll-down
-bind index,pager       \e<tab>         sidebar-toggle
 bind index,pager       \e<return>              sidebar-open
 macro index,pager      \\              "<enter-command>toggle sidebar_visible<enter>"