Re: [notmuch] [PATCH] Silence compiler warning by initializing a variable.
authorCarl Worth <cworth@cworth.org>
Sat, 28 Nov 2009 02:38:25 +0000 (18:38 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:45 +0000 (09:35 -0800)
02/02058cf474aa3c678a814ff2a7d813d06ba6e5 [new file with mode: 0644]

diff --git a/02/02058cf474aa3c678a814ff2a7d813d06ba6e5 b/02/02058cf474aa3c678a814ff2a7d813d06ba6e5
new file mode 100644 (file)
index 0000000..ca157e8
--- /dev/null
@@ -0,0 +1,46 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 364A2431FC0;\r
+       Fri, 27 Nov 2009 18:38:40 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id H-hsVXChIevP; Fri, 27 Nov 2009 18:38:39 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7A8D9431FAE;\r
+       Fri, 27 Nov 2009 18:38:39 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: "Jeffrey C. Ollie" <jeff@ocjtech.us>, Not Much Mail\r
+       <notmuch@notmuchmail.org>\r
+In-Reply-To: <1259154096-14856-1-git-send-email-jeff@ocjtech.us>\r
+References: <1259154096-14856-1-git-send-email-jeff@ocjtech.us>\r
+Date: Fri, 27 Nov 2009 18:38:25 -0800\r
+Message-ID: <871vjjl6fy.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH] Silence compiler warning by initializing a\r
+ variable.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 28 Nov 2009 02:38:40 -0000\r
+\r
+On Wed, 25 Nov 2009 07:01:36 -0600, "Jeffrey C. Ollie" <jeff@ocjtech.us> wrote:\r
+> If Xapian threw an exception on notmuch_query_count_messages the count\r
+> variable could be used uninitialized.  Initialize count to solve the\r
+> problem.\r
+\r
+Thanks for the fix. This is pushed.\r
+\r
+-Carl\r