summaryrefslogtreecommitdiffstats
path: root/config/sidebar
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2011-03-10 04:21:22 +0100
committerSebastian Reichel <sre@ring0.de>2011-03-10 04:21:22 +0100
commitad3da6ba1ceb9d5345f4c255325fbb848ed9b079 (patch)
tree610e7726a556692fb1914060a581a66c576b0c2a /config/sidebar
downloadmutt-config-ad3da6ba1ceb9d5345f4c255325fbb848ed9b079.tar.bz2
initial config
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