]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-message.el
emacs: Fix notmuch-message-mark-replied.
[notmuch] / emacs / notmuch-message.el
index 5964caa3ce5b945d8c4aa2182889ef0f100ce069..d3738bf44e785193beb015fb12423829763b470e 100644 (file)
@@ -45,7 +45,7 @@ the \"inbox\" and \"todo\", you would set
                                (concat "+" str)
                              str))
                          notmuch-message-replied-tags)))
-       (apply 'notmuch-tag (notmuch-id-to-query (car (car rep))) tags)))))
+       (funcall 'notmuch-tag (notmuch-id-to-query (car (car rep))) tags)))))
 
 (add-hook 'message-send-hook 'notmuch-message-mark-replied)