aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-message.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/notmuch-message.el')
-rw-r--r--emacs/notmuch-message.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el
index d5c96c2b..aefd3fbc 100644
--- a/emacs/notmuch-message.el
+++ b/emacs/notmuch-message.el
@@ -44,8 +44,7 @@ the \"inbox\" and \"todo\", you would set
(concat "+" str)
str))
notmuch-message-replied-tags)))
- (apply 'notmuch-call-notmuch-process "tag"
- (append tags (list (concat "id:" (car (car rep)))) nil))))))
+ (apply 'notmuch-tag (concat "id:" (car (car rep))) tags)))))
(add-hook 'message-send-hook 'notmuch-message-mark-replied)