X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-company.el;h=ebe2c0846e1b2108f520023e3198970d7e43410e;hp=5d75c1455933e0548cb44fe47b26d718c4656a14;hb=60ac94fe58635f9c40724afa0f35965fc9ff1afc;hpb=0a932be13cc45fc2692ec0ae8a0b9c0d5f0df256 diff --git a/emacs/notmuch-company.el b/emacs/notmuch-company.el index 5d75c145..ebe2c084 100644 --- a/emacs/notmuch-company.el +++ b/emacs/notmuch-company.el @@ -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))))