]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-message.el
emacs: replace (funcall 'foo ...) with (foo ...)
[notmuch] / emacs / notmuch-message.el
index 4dc48832f1412ec4a1dfd41fcee64b7f70a06549..914bdd18ed7db29662abadcae3be7e58d32bb49a 100644 (file)
@@ -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)