From 8e60791d248c996c38d9bf8cbbc34ec6c735a78a Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Wed, 9 Jun 2021 16:05:14 +0200 Subject: git-email-notmuch: Require ‘notmuch-mua’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * git-email-notmuch.el: Require ‘notmuch-mua’ library Signed-off-by: Xinglu Chen --- git-email-notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/git-email-notmuch.el b/git-email-notmuch.el index 1d29a35..5d41b0f 100644 --- a/git-email-notmuch.el +++ b/git-email-notmuch.el @@ -30,6 +30,7 @@ ;;; Code: (require 'git-email) +(require 'notmuch-mua) ;;;###autoload (define-minor-mode git-email-notmuch-mode -- cgit v1.2.3