Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A51756DE0C51 for ; Sat, 13 Feb 2016 08:44:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.307 X-Spam-Level: X-Spam-Status: No, score=-0.307 tagged_above=-999 required=5 tests=[AWL=0.244, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 414eAbKk-NYt for ; Sat, 13 Feb 2016 08:44:02 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 02B056DE0A9A for ; Sat, 13 Feb 2016 08:44:02 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aUdHz-0003zE-JL; Sat, 13 Feb 2016 11:43:19 -0500 Received: (nullmailer pid 8884 invoked by uid 1000); Sat, 13 Feb 2016 16:43:59 -0000 From: David Bremner To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v1] emacs: Fix compiler warnings. In-Reply-To: <1454781343-870-1-git-send-email-dme@dme.org> References: <1454781343-870-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sat, 13 Feb 2016 12:43:59 -0400 Message-ID: <8737sw8ss0.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 16:44:03 -0000 David Edmondson writes: > 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)) > pushed. d