X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-message.el;h=d3738bf44e785193beb015fb12423829763b470e;hb=bcdfff4f3a7a373851f08b22b56c58a25370b1fe;hp=5964caa3ce5b945d8c4aa2182889ef0f100ce069;hpb=39beeb2a7e0e61fe2a5983e7eef9efec78e1279e;p=notmuch diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el index 5964caa3..d3738bf4 100644 --- a/emacs/notmuch-message.el +++ b/emacs/notmuch-message.el @@ -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)