summaryrefslogtreecommitdiff
path: root/lisp/init-mail.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-09-01 00:06:13 -0400
committerKyle Meyer <kyle@kyleam.com>2015-09-01 00:06:13 -0400
commit7c05d8901c7279bb7b72d81c827901ee4abed429 (patch)
treea4ea0c0d1bcb1d7b2dd63f7e4aefb919aa6f5000 /lisp/init-mail.el
parent4ff6da203669a3d47658d40fefb13c7ec45cf763 (diff)
downloademacs.d-7c05d8901c7279bb7b72d81c827901ee4abed429.tar.gz
org: Don't switch to notmuch for storing gnus links
Diffstat (limited to 'lisp/init-mail.el')
-rw-r--r--lisp/init-mail.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el
index 3aa14ba..8d74081 100644
--- a/lisp/init-mail.el
+++ b/lisp/init-mail.el
@@ -235,8 +235,6 @@ paragraph."
(add-to-list 'notmuch-saved-searches
'(:name "today" :query "date:today.." :key "."))
-(add-hook 'km/org-store-link-hook 'km/gnus-goto-message-in-notmuch)
-
(defun km/notmuch-file-to-group (file)
"Calculate the Gnus group name from the given file name."
(let ((group (file-name-directory (directory-file-name (file-name-directory file)))))