diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-04-15 20:28:20 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-04-16 07:58:20 -0300 |
| commit | b4b558ac38db3e5da4240e0e26850a3a8ef38566 (patch) | |
| tree | 66194631ca2e1576ad1e4f8b1b7ff061efe3528e | |
| parent | 89f7a3c3e45edc80ccf5b09c4d8db8654a61b70c (diff) | |
emacs: Declare function notmuch-show-get-message-id
| -rw-r--r-- | emacs/notmuch-crypto.el | 2 |
1 files changed, 2 insertions, 0 deletions
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? |
