summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r--custom/jao-custom-notmuch.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 28da05f..c4bfb6f 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -559,7 +559,9 @@
(jao-notmuch--add-tags '("+trove")))
(when (y-or-n-p "Flag message as todo? ")
(jao-notmuch--add-tags '("+flagged")))
- (org-store-link-props "notmuch" link description)))
+ (org-store-link-props :type "notmuch"
+ :link link
+ :description description)))
(notmuch-search-mode
;; Store link to the thread on the current line
(let* ((id (notmuch-search-find-thread-id))