branch: externals/ebdb commit 35e6e28116fddd2e42c9d1b84a03e174426a4e63 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
Insinuate EBDB into notmuch on the message hook, release 0.8.11 Thanks to Utkarsh Singh for the report * ebdb-notmuch.el (notmuch-message-mode-hook): Message composition might be the user's first entry into notmuch, insinuate on this hook, as well. --- ebdb-notmuch.el | 1 + ebdb.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ebdb-notmuch.el b/ebdb-notmuch.el index a945b56eab..c01df9d1cb 100644 --- a/ebdb-notmuch.el +++ b/ebdb-notmuch.el @@ -70,6 +70,7 @@ the value of `ebdb-default-window-size'." (define-key notmuch-message-mode-map (kbd "TAB") #'ebdb-complete-mail)))) (add-hook 'notmuch-show-mode-hook #'ebdb-insinuate-notmuch) +(add-hook 'notmuch-message-mode-hook #'ebdb-insinuate-notmuch) (provide 'ebdb-notmuch) ;;; ebdb-notmuch.el ends here diff --git a/ebdb.el b/ebdb.el index 4704766b8a..c64cf2e8a7 100644 --- a/ebdb.el +++ b/ebdb.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2016-2021 Free Software Foundation, Inc. -;; Version: 0.8.10 +;; Version: 0.8.11 ;; Package-Requires: ((emacs "25.1") (seq "2.15")) ;; Maintainer: Eric Abrahamsen <e...@ericabrahamsen.net>