From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id CEA136DE1583 for ; Mon, 20 Mar 2017 03:13:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.59 X-Spam-Level: X-Spam-Status: No, score=-0.59 tagged_above=-999 required=5 tests=[AWL=0.000, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_LOW=-0.7, T_DKIM_INVALID=0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZzC07aApsUFE for ; Mon, 20 Mar 2017 03:13:50 -0700 (PDT) Received: from us402.directrouter.com (us402.directrouter.com [72.249.48.120]) by arlo.cworth.org (Postfix) with ESMTPS id 1B6276DE156A for ; Mon, 20 Mar 2017 03:13:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smriti.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=vX9zVeQTaBY44cZGCPTBItZxU8EFOGeJF+ilPfwDz4k=; b=PftCoGTyDTTrYV/n+qMrtwSVqR ULt0OTUOwU+ETJRZyPz9UpEtfbAZ8oLcMxclkSk9FqVT8ZWdPjAlsYg34yXTazUhWdHK5wKzuJb5y BtnRNEQavwKoqG9qFojmFfDxMd8Ijd0jrgqnAP64/mefZZ7UyONp0gEgNIbtpDpqEka7izeBemVEZ 4r0vZ81JzE2DJRoqhwCW04aGIp/9PwtA1zoyvwsNzc2ybygW2gjaS/C5CKxvXo0CUQtYgsvjsNxX3 v/hjyDD/d8OKZoXse9WFJ2vvutfCULU9F2M0TY9UJIeCahgp6Snp3pFdzw1c8WkUF2uJ1qZxpsfs8 jgQg+nww==; Received: from [171.50.203.141] (port=42370 helo=smriti.com) by us402.directrouter.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.88) (envelope-from ) id 1cpuJq-001zDJ-OS; Mon, 20 Mar 2017 05:13:43 -0500 Received: by smriti.com (Postfix, from userid 1001) id 8C20918044A; Mon, 20 Mar 2017 15:43:38 +0530 (IST) From: Navin Kabra To: David Bremner , notmuch@notmuchmail.org Subject: Re: Inconsistency between tag database and notmuch search In-Reply-To: <87r31sjmk9.fsf@tethera.net> References: <86efxw2pj2.fsf@smriti.com> <8737ecm641.fsf@tethera.net> <8660j42xez.fsf@smriti.com> <87r31sjmk9.fsf@tethera.net> Date: Mon, 20 Mar 2017 15:43:37 +0530 Message-ID: <867f3k1cj2.fsf@smriti.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - us402.directrouter.com X-AntiAbuse: Original Domain - notmuchmail.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - smriti.com X-Get-Message-Sender-Via: us402.directrouter.com: authenticated_id: navin@smriti.com X-Authenticated-Sender: us402.directrouter.com: navin@smriti.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 20 Mar 2017 10:13:50 -0000 > If you can reproduce the situation, starting from a fresh > database, > let us know exactly how. Otherwise it's not really feasible to > debug, > IMHO. That's what I feared. I'll make one or two attempts to recreate the bug, and post here if I succeed. Otherwise, I'll give it up and move on. Thanks. navin.