projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'release'
[notmuch]
/
emacs
/
notmuch-company.el
diff --git
a/emacs/notmuch-company.el
b/emacs/notmuch-company.el
index 5d75c1455933e0548cb44fe47b26d718c4656a14..ebe2c0846e1b2108f520023e3198970d7e43410e 100644
(file)
--- 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))))