emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb 35e6e28116 5/7: Insinuate EBDB into notmuch on the


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 35e6e28116 5/7: Insinuate EBDB into notmuch on the message hook, release 0.8.11
Date: Sat, 26 Feb 2022 11:12:19 -0500 (EST)

branch: externals/ebdb
commit 35e6e28116fddd2e42c9d1b84a03e174426a4e63
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@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 <eric@ericabrahamsen.net>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]