X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-message.el;h=d3738bf44e785193beb015fb12423829763b470e;hb=1efb6e7ae16ede7feccffc1864a206bec3caf337;hp=301028154734009e409f4b5a9f6a48bfba337cf6;hpb=ee1180018ee3c772d7ac769222ff9c6940f3c838;p=notmuch diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el index 30102815..d3738bf4 100644 --- a/emacs/notmuch-message.el +++ b/emacs/notmuch-message.el @@ -20,6 +20,7 @@ ;; Authors: Jesse Rosenthal (require 'message) +(require 'notmuch-tag) (require 'notmuch-mua) (defcustom notmuch-message-replied-tags '("replied") @@ -44,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)