From b4b558ac38db3e5da4240e0e26850a3a8ef38566 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 15 Apr 2020 20:28:20 +0200 Subject: [PATCH] emacs: Declare function notmuch-show-get-message-id --- emacs/notmuch-crypto.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 928de0bb..c201d0d7 100644 --- a/emacs/notmuch-crypto.el +++ b/emacs/notmuch-crypto.el @@ -24,6 +24,8 @@ (require 'epg) (require 'notmuch-lib) +(declare-function notmuch-show-get-message-id "notmuch-show" (&optional bare)) + (defcustom notmuch-crypto-process-mime t "Should cryptographic MIME parts be processed? -- 2.43.0