Re: [PATCH v1] emacs: Fix compiler warnings.
authorDavid Bremner <david@tethera.net>
Sat, 13 Feb 2016 16:43:59 +0000 (12:43 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:06 +0000 (16:21 -0700)
29/53c5745d8c588d87751c3b79e73652180dfef3 [new file with mode: 0644]

diff --git a/29/53c5745d8c588d87751c3b79e73652180dfef3 b/29/53c5745d8c588d87751c3b79e73652180dfef3
new file mode 100644 (file)
index 0000000..7a7ad9c
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id A51756DE0C51\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Feb 2016 08:44:03 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.307\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.307 tagged_above=-999 required=5 tests=[AWL=0.244,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 414eAbKk-NYt for <notmuch@notmuchmail.org>;\r
+ Sat, 13 Feb 2016 08:44:02 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 02B056DE0A9A\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Feb 2016 08:44:02 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aUdHz-0003zE-JL; Sat, 13 Feb 2016 11:43:19 -0500\r
+Received: (nullmailer pid 8884 invoked by uid 1000);\r
+ Sat, 13 Feb 2016 16:43:59 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v1] emacs: Fix compiler warnings.\r
+In-Reply-To: <1454781343-870-1-git-send-email-dme@dme.org>\r
+References: <1454781343-870-1-git-send-email-dme@dme.org>\r
+User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 13 Feb 2016 12:43:59 -0400\r
+Message-ID: <8737sw8ss0.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 13 Feb 2016 16:44:03 -0000\r
+\r
+David Edmondson <dme@dme.org> writes:\r
+\r
+> notmuch-mua.el should declare functions that it uses from\r
+> notmuch-maildir-fcc.el.\r
+> ---\r
+>  emacs/notmuch-mua.el | 2 ++\r
+>  1 file changed, 2 insertions(+)\r
+>\r
+> diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
+> index 5462f54..d4fad7b 100644\r
+> --- a/emacs/notmuch-mua.el\r
+> +++ b/emacs/notmuch-mua.el\r
+> @@ -29,6 +29,8 @@\r
+>  (eval-when-compile (require 'cl))\r
+>  \r
+>  (declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide))\r
+> +(declare-function notmuch-fcc-header-setup "notmuch-maildir-fcc" ())\r
+> +(declare-function notmuch-fcc-handler "notmuch-maildir-fcc" (destdir))\r
+>  \r
+pushed.\r
+\r
+d\r