summaryrefslogtreecommitdiffstats
path: root/.mutt/sidepane
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/sidepane')
-rw-r--r--.mutt/sidepane26
1 files changed, 26 insertions, 0 deletions
diff --git a/.mutt/sidepane b/.mutt/sidepane
new file mode 100644
index 0000000..c307bd4
--- /dev/null
+++ b/.mutt/sidepane
@@ -0,0 +1,26 @@
+set sidebar_width = 42
+set sidebar_visible = yes
+color sidebar_new magenta default
+#set sidebar_sort=yes
+
+#macro index b '<enter-command>toggle sidebar_visible<enter>'
+#macro pager b '<enter-command>toggle sidebar_visible<enter>'
+macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
+macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
+
+bind index \CP sidebar-prev
+bind index \CN sidebar-next
+bind index \CO sidebar-open
+bind pager \CP sidebar-prev
+bind pager \CN sidebar-next
+bind pager \CO sidebar-open
+
+bind index \CL sidebar-scroll-up
+bind index \CB sidebar-scroll-down
+bind pager \CL sidebar-scroll-up
+bind pager \CB sidebar-scroll-down
+
+bind index \t next-unread
+bind pager \t next-unread
+bind index ,\t previous-unread
+bind pager ,\t previous-unread