Re: [PATCH 10/10] timegm: add portable implementation (Solaris support)
[notmuch-archives.git] / 02 / 02058cf474aa3c678a814ff2a7d813d06ba6e5
1 Return-Path: <cworth@cworth.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 364A2431FC0;\r
6         Fri, 27 Nov 2009 18:38:40 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id H-hsVXChIevP; Fri, 27 Nov 2009 18:38:39 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 7A8D9431FAE;\r
13         Fri, 27 Nov 2009 18:38:39 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: "Jeffrey C. Ollie" <jeff@ocjtech.us>, Not Much Mail\r
16         <notmuch@notmuchmail.org>\r
17 In-Reply-To: <1259154096-14856-1-git-send-email-jeff@ocjtech.us>\r
18 References: <1259154096-14856-1-git-send-email-jeff@ocjtech.us>\r
19 Date: Fri, 27 Nov 2009 18:38:25 -0800\r
20 Message-ID: <871vjjl6fy.fsf@yoom.home.cworth.org>\r
21 MIME-Version: 1.0\r
22 Content-Type: text/plain; charset=us-ascii\r
23 Subject: Re: [notmuch] [PATCH] Silence compiler warning by initializing a\r
24  variable.\r
25 X-BeenThere: notmuch@notmuchmail.org\r
26 X-Mailman-Version: 2.1.12\r
27 Precedence: list\r
28 List-Id: "Use and development of the notmuch mail system."\r
29         <notmuch.notmuchmail.org>\r
30 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
31         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
32 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
33 List-Post: <mailto:notmuch@notmuchmail.org>\r
34 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
35 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
37 X-List-Received-Date: Sat, 28 Nov 2009 02:38:40 -0000\r
38 \r
39 On Wed, 25 Nov 2009 07:01:36 -0600, "Jeffrey C. Ollie" <jeff@ocjtech.us> wrote:\r
40 > If Xapian threw an exception on notmuch_query_count_messages the count\r
41 > variable could be used uninitialized.  Initialize count to solve the\r
42 > problem.\r
43 \r
44 Thanks for the fix. This is pushed.\r
45 \r
46 -Carl\r