From: David Edmondson Date: Sat, 6 Feb 2016 17:55:43 +0000 (+0000) Subject: emacs: Fix compiler warnings. X-Git-Tag: 0.22_rc0~62 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=8d3d92bd8e854322e8fa4ae589c3082447613568 emacs: Fix compiler warnings. notmuch-mua.el should declare functions that it uses from notmuch-maildir-fcc.el. --- diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 5462f543..d4fad7b7 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -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)) ;;