X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-message.el;h=914bdd18ed7db29662abadcae3be7e58d32bb49a;hp=4dc48832f1412ec4a1dfd41fcee64b7f70a06549;hb=9de0639126091fa0e48cfde69e3f6044d167a76a;hpb=5461c31d648f8ee6a8fb713c96ad10bc6d733c29 diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el index 4dc48832..914bdd18 100644 --- a/emacs/notmuch-message.el +++ b/emacs/notmuch-message.el @@ -40,7 +40,7 @@ the \"inbox\" and \"todo\" tags, you would set: ;; get the in-reply-to header and parse it for the message id. (let ((rep (mail-header-parse-addresses (message-field-value "In-Reply-To")))) (when (and notmuch-message-replied-tags rep) - (funcall 'notmuch-tag (notmuch-id-to-query (car (car rep))) + (notmuch-tag (notmuch-id-to-query (car (car rep))) (notmuch-tag-change-list notmuch-message-replied-tags))))) (add-hook 'message-send-hook 'notmuch-message-mark-replied)