From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 9676E429E23 for ; Tue, 1 Mar 2011 15:15:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.01 X-Spam-Level: X-Spam-Status: No, score=0.01 tagged_above=-999 required=5 tests=[T_MIME_NO_TEXT=0.01] 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 2mqg+LpIUGtK for ; Tue, 1 Mar 2011 15:15:30 -0800 (PST) Received: from paneer.cc.columbia.edu (paneer.cc.columbia.edu [128.59.29.4]) by olra.theworths.org (Postfix) with ESMTP id 07F65431FB5 for ; Tue, 1 Mar 2011 15:15:29 -0800 (PST) Received: from servo.finestructure.net (gwave-227.ligo.caltech.edu [131.215.114.227]) (user=jgr2110 author=jrollins@servo.finestructure.net mech=PLAIN bits=0) by paneer.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id p21NFQgQ019701 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 1 Mar 2011 18:15:27 -0500 (EST) Received: from jrollins by servo.finestructure.net with local (Exim 4.72) (envelope-from ) id 1PuYms-0005AC-HR; Tue, 01 Mar 2011 15:15:26 -0800 From: Jameson Rollins To: Mark Anderson , "notmuch\@notmuchmail.org" Subject: Re: Strange match to my query In-Reply-To: <3wdmxlesaxo.fsf@testarossa.amd.com> References: <3wd4o8wa7fx.fsf@testarossa.amd.com> <878vx4vuxi.fsf@servo.finestructure.net> <3wd8vx3u91o.fsf@testarossa.amd.com> <87fwrbhkgu.fsf@servo.finestructure.net> <3wdmxlesaxo.fsf@testarossa.amd.com> User-Agent: Notmuch/0.5-127-g598108c (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Tue, 01 Mar 2011 15:15:22 -0800 Message-ID: <87k4gi1lh1.fsf@servo.finestructure.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.68 on 128.59.29.4 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: Tue, 01 Mar 2011 23:15:30 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Tue, 1 Mar 2011 16:00:51 -0700, Mark Anderson w= rote: > On Fri, 25 Feb 2011 15:29:05 -0600, Jameson Rollins wrote: > > So I am in fact still seeing this bug, although I am ostensibly using a > > version that includes the patch to fix it (db70f3f0). Does this fix > > require rebuilding the database? >=20 > Yes. > > The termlist is constructed when the message is added to the database, > so the database must be reconstructed. >=20 > Newer messages will index email addresses so that they can't be matched > by overlapping term indexes. However, the corpus of your database is > not going to change without manual intervention. Ok, that's what I thought. Thanks for the feedback, Mark. =20 > A simple rebuild when you go to bed can look like: I think you're missing an important step: notmuch dump >dump.txt mv $(notmuch config get database.path){,.bak} notmuch new notmuch restore dump.txt but I get the idea ;) Thanks again. jamie. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJNbX4KAAoJEO00zqvie6q8uu0QAKxUuR0DDnYWD7ssOyBfVfgP yQ3/LL8lQ2tjuqFAws7aeuPZ90jIn0TXtrUAarGkGD/xgp8prBiZ/mjrm9UNk12Q gt5Um4htpKoff0fiCNNcgT0lao+0oxbEnietplhdTC9js3rT8TOb5Fq6bG3N3Djz LQuq8UwHZ7cfBr0WNBW0i24P6yaOfss0bq5aoz1ok2et6m+/kWjaVlwUwbit14pk 14fwPmg/t966AmuZDqudnQQ/FLucb55EBfuCFRlfkp00Jhc9rOG6uDw8SmljJvp+ SuI2FY+weB1Fn5AsXauytAILKNWirUjWSMz+y9zXWXzw7HWHe0vaqUc5//fR8/cr e/gL3FZSg1qNBaIm/QqWitLlcBp9UlUmXFS5VChVwwVYiqQ5IxvkeAdRscIgvmO9 +TEcsVUj0f9IyYw6rpzHMaI83dIGSjIwN928e7rvwdDKaeLPGwQYzw4LwGKVQ3sB Y95tDfIB6ZFKKoNJo1PaLbL+3kVDePDq2kGXgvkA31He+t9ji8rdeUJR5shNZ4n1 k/ZYASa7cFqyrBL7UwpupYxvZD4QMWO44ktdEemCOxMANG7Kb5yzHfDRQmQ9CAfB R4qcT87enNmIHl3s4LJSJvamSQ4Os+ysrBfrYP2v0RtM3lXdhjn/2R4XMhDl7Xdp /5wBHwSClfeGopO2ViUM =yFkN -----END PGP SIGNATURE----- --=-=-=--