]> git.cworth.org Git - notmuch/commit
emacs: avoid warning about notmuch-show-get-message-id
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 18 Mar 2020 17:11:53 +0000 (13:11 -0400)
committerDavid Bremner <david@tethera.net>
Mon, 23 Mar 2020 01:21:20 +0000 (22:21 -0300)
commitea16b5ba850ae0cfad619ef2b0995a5b30ae3ebc
tree1725eb87dfb8d9df2688e5f6801eaa2fad30bfae
parent4dccb9928280bd60b79a662dc855187e7522ceba
emacs: avoid warning about notmuch-show-get-message-id

Without this change, we see the following warning when compiling the
elisp:

```
EMACS emacs/notmuch-crypto.elc

In end of data:
emacs/notmuch-crypto.el:266:1:Warning: the function
    ‘notmuch-show-get-message-id’ is not known to be defined.
```

Thanks to Örjan Ekeberg and David Edmondson for their followup about
this.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
emacs/notmuch-crypto.el