summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-06-11 18:03:46 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-06-17 13:07:06 -0400
commit86c784c3a59c44dea92b308dd6d468bf8e1d9993 (patch)
treee6eb0ff01e93ce710852926860a7b4186d9fbd70 /init
parent8240190470e107c585bb7a5574b2bcc5e69fe51f (diff)
downloademacs.d-86c784c3a59c44dea92b308dd6d468bf8e1d9993.tar.gz
add notmuch to ibuffer mail groups
Diffstat (limited to 'init')
-rw-r--r--init/km-ibuffer.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/km-ibuffer.el b/init/km-ibuffer.el
index c6be7d9..43cf2cf 100644
--- a/init/km-ibuffer.el
+++ b/init/km-ibuffer.el
@@ -42,6 +42,8 @@
(mode . gnus-group-mode)
(mode . gnus-summary-mode)
(mode . gnus-article-mode)
+ (mode . notmuch-search-mode)
+ (mode . notmuch-show-mode)
(name . "^\\*Mail sync\\*$")
(name . "^\\*Gnus sync\\*$")
(name . "^\\.newsrc-dribble")))