Re: [PATCH v1] emacs: Fix compiler warnings.

Subject: Re: [PATCH v1] emacs: Fix compiler warnings.

Date: Sat, 06 Feb 2016 21:31:33 +0200

To: David Edmondson, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


On Sat, Feb 06 2016, David Edmondson <dme@dme.org> wrote:

> notmuch-mua.el should declare functions that it uses from
> notmuch-maildir-fcc.el.
> ---
>  emacs/notmuch-mua.el | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
> index 5462f54..d4fad7b 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))

LGTM. Emacs mua still works ;D

Tomi

Thread: