]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-company.el
emacs: add notmuch-address-post-completion-hook
[notmuch] / emacs / notmuch-company.el
index 168315ff225fb68034979ad38cab1ebd976cde33..91c4804f4a086c95a1f755e10b43eaf4fd421929 100644 (file)
@@ -86,6 +86,7 @@
       (match (if (string-match notmuch-company-last-prefix arg)
                 (match-end 0)
               0))
+      (post-completion (run-hook-with-args 'notmuch-address-completion-hook arg))
       (no-cache t))))