Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 7D643431FD0 for ; Mon, 24 Jan 2011 05:49:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JuK1xdyxDmqW for ; Mon, 24 Jan 2011 05:49:23 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 6AD81431FB6 for ; Mon, 24 Jan 2011 05:49:23 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 1220D19F3312; Mon, 24 Jan 2011 14:49:22 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id kZfNS4zlFxii; Mon, 24 Jan 2011 14:49:20 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id AEF5519F3307; Mon, 24 Jan 2011 14:49:20 +0100 (CET) Received: from steelpick.2x.cz (note-sojka.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id CB0CD15C031; Mon, 24 Jan 2011 14:49:19 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1PhLSu-0000ja-Ur; Mon, 24 Jan 2011 13:24:13 +0100 From: Michal Sojka To: Austin Clements Subject: Re: [PATCH 3.5/8] Query parser tests for wildcard queries. In-Reply-To: References: <1295165458-9573-1-git-send-email-amdragon@mit.edu> <1295165458-9573-4-git-send-email-amdragon@mit.edu> <20110121064003.GK13226@mit.edu> <87pqrosx6e.fsf@steelpick.2x.cz> User-Agent: Notmuch/0.5-86-g1ab1275 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Mon, 24 Jan 2011 13:24:12 +0100 Message-ID: <87hbcyjxqr.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Mon, 24 Jan 2011 13:49:24 -0000 On Sun, 23 Jan 2011, Austin Clements wrote: > Oops, yes. I'm not sure why you had to initialize qparser_desc (are you > sure it doesn't compile if you omit that?), This was another problem - I got a warning that this variable might be uninitialized. -Michal