]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-company.el
Merge branch 'release'
[notmuch] / emacs / notmuch-company.el
index 5d75c1455933e0548cb44fe47b26d718c4656a14..ebe2c0846e1b2108f520023e3198970d7e43410e 100644 (file)
@@ -87,6 +87,7 @@
       (match (if (string-match notmuch-company-last-prefix arg)
                 (match-end 0)
               0))
+      (post-completion (run-hook-with-args 'notmuch-address-post-completion-functions arg))
       (no-cache t))))