summaryrefslogtreecommitdiff
path: root/.emacs.d/init-custom.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-06-10 07:19:10 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-06-10 07:19:10 +0100
commit7bcbbb40bb7911588c948df0701f59a01812f111 (patch)
treebf5ed1c95b0dac8d06185959664637bec57b2712 /.emacs.d/init-custom.el
parent7b6535666f6380b55d69514cbe1fbe74ff8af5f9 (diff)
downloaddotfiles-7bcbbb40bb7911588c948df0701f59a01812f111.tar.gz
move notmuch saved searches to init.el
Diffstat (limited to '.emacs.d/init-custom.el')
-rw-r--r--.emacs.d/init-custom.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/.emacs.d/init-custom.el b/.emacs.d/init-custom.el
index 133db09b..218e4011 100644
--- a/.emacs.d/init-custom.el
+++ b/.emacs.d/init-custom.el
@@ -69,15 +69,6 @@
'(jabber-alert-presence-hooks nil)
'(mairix-file-path "~/local")
'(mairix-search-file "mairixresults")
- '(notmuch-saved-searches
- (quote
- ((:name "personal unread" :query "tag:unread and not query:\"listserv unread\" and not query:\"UA unread\"" :key "u" :search-type tree)
- (:name "UA unread" :query "tag:unread and to:spwhitton@email.arizona.edu" :key "U" :search-type tree)
- (:name "listserv unread" :query "tag:unread and (to:lists.debian.org or to:lists.alioth.debian.org)" :key "l" :search-type tree)
- (:name "flagged" :query "tag:flagged" :key "f")
- (:name "sent" :query "from:spwhitton@spwhitton.name or from:spwhitton@email.arizona.edu" :key "s")
- (:name "drafts" :query "tag:draft" :key "d")
- (:name "all mail" :query "*" :key "a"))))
'(openwith-associations
(quote
(("\\.pdf\\'" "evince"