From: Jonas Bernoulli Date: Wed, 15 Apr 2020 18:28:20 +0000 (+0200) Subject: emacs: Declare function notmuch-show-get-message-id X-Git-Tag: archive/debian/0.30_rc0-1~48 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b4b558ac38db3e5da4240e0e26850a3a8ef38566;hp=89f7a3c3e45edc80ccf5b09c4d8db8654a61b70c emacs: Declare function notmuch-show-get-message-id --- 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?