summaryrefslogtreecommitdiffstats
path: root/config/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'config/sidebar')
-rw-r--r--config/sidebar17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/sidebar b/config/sidebar
new file mode 100644
index 0000000..8d6d29b
--- /dev/null
+++ b/config/sidebar
@@ -0,0 +1,17 @@
+mailboxes =INBOX =Feuerwehr =Debian =debian-kernel =OpenMoko =SWP =pancake =System =SPAM
+
+# b toggles sidebar visibility
+macro index b '<enter-command>toggle sidebar_visible<enter>'
+macro pager b '<enter-command>toggle sidebar_visible<enter>'
+
+# color of folders with new mail
+color sidebar_new yellow default
+
+# ctrl-n, ctrl-p to select next, prev folder
+# ctrl-o to open selected folder
+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