Re: [PATCH v1] emacs: Fix compiler warnings.
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 6 Feb 2016 19:31:33 +0000 (21:31 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:20:59 +0000 (16:20 -0700)
76/f8adc0fca4fb43b9ec4087c8a27837629f0f3b [new file with mode: 0644]

diff --git a/76/f8adc0fca4fb43b9ec4087c8a27837629f0f3b b/76/f8adc0fca4fb43b9ec4087c8a27837629f0f3b
new file mode 100644 (file)
index 0000000..44468d4
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <tomi.ollila@iki.fi>\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 9F5916DE0B25\r
+ for <notmuch@notmuchmail.org>; Sat,  6 Feb 2016 11:31:24 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.653\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.653 tagged_above=-999 required=5 tests=[AWL=0.001, \r
+ SPF_NEUTRAL=0.652] 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 l0MczwI8O8Mu for <notmuch@notmuchmail.org>;\r
+ Sat,  6 Feb 2016 11:31:22 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 92A126DE09ED\r
+ for <notmuch@notmuchmail.org>; Sat,  6 Feb 2016 11:31:22 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 2E2F7100063;\r
+ Sat,  6 Feb 2016 21:31:34 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\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+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sat, 06 Feb 2016 21:31:33 +0200\r
+Message-ID: <m2egcpeiui.fsf@guru.guru-group.fi>\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, 06 Feb 2016 19:31:24 -0000\r
+\r
+On Sat, Feb 06 2016, David Edmondson <dme@dme.org> wrote:\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
+LGTM. Emacs mua still works ;D\r
+\r
+Tomi\r