emacs: Fix compiler warnings.

notmuch-mua.el should declare functions that it uses from
notmuch-maildir-fcc.el.
This commit is contained in:
David Edmondson 2016-02-06 17:55:43 +00:00 committed by David Bremner
parent fa0bc2ef91
commit 8d3d92bd8e

View file

@ -29,6 +29,8 @@
(eval-when-compile (require 'cl))
(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide))
(declare-function notmuch-fcc-header-setup "notmuch-maildir-fcc" ())
(declare-function notmuch-fcc-handler "notmuch-maildir-fcc" (destdir))
;;