From ed6880ccf0737992303b9fea40f610fbc414e70b Mon Sep 17 00:00:00 2001 From: Mayeu Date: Fri, 24 Apr 2015 11:29:14 +0200 Subject: [PATCH] Re: Notmuch removing messages from the index, when calling `new` two times in a row --- b4/57a819e95e3ddf43dbb497313bb65ad678c3bf | 84 +++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 b4/57a819e95e3ddf43dbb497313bb65ad678c3bf diff --git a/b4/57a819e95e3ddf43dbb497313bb65ad678c3bf b/b4/57a819e95e3ddf43dbb497313bb65ad678c3bf new file mode 100644 index 000000000..ca96b07c2 --- /dev/null +++ b/b4/57a819e95e3ddf43dbb497313bb65ad678c3bf @@ -0,0 +1,84 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 5B2906DE0B38 + for ; Fri, 24 Apr 2015 02:36:04 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 1.205 +X-Spam-Level: * +X-Spam-Status: No, score=1.205 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, MISSING_HEADERS=1.207, + SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] 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 NGKA1sh3zIB4 for ; + Fri, 24 Apr 2015 02:35:58 -0700 (PDT) +X-Greylist: delayed 398 seconds by postgrey-1.35 at arlo; + Fri, 24 Apr 2015 02:35:58 PDT +Received: from asgard.tc2.fr (asgard.tc2.fr [37.59.60.141]) + by arlo.cworth.org (Postfix) with ESMTPS id 1EC846DE0B26 + for ; Fri, 24 Apr 2015 02:35:57 -0700 (PDT) +Received: from asgard.tc2.fr (localhost [127.0.0.1]); + by asgard.tc2.fr (OpenSMTPD) with ESMTP id e9ffd6db; + for ; Fri, 24 Apr 2015 09:29:16 +0000 (UTC) +DKIM-Signature: v=1; a=rsa-sha1; c=simple; d=tc2.fr; h=date:from:cc + :subject:message-id:in-reply-to:references:mime-version + :content-type:content-transfer-encoding; s=smtpd; bh=bTDT8i44dSQ + YL6RPj1EtwNWPoSQ=; b=sHLH6BbT7B4t8NRAiPeIx2pRBBsp7UUenndo6aLeTGh + 2LX7C6r1pXAlyAnwOIlQRWgFYi1/awDxqrhMoBS1dPDwjU1BBXDsMHVn2gjWdHn+ + SiHXwIYcLs+Ju1swdbOvOZav7HJ0b9HId5pTrS9o+IJuiszioo3YWUJK/pdL0VLs + = +Received: from azathoth (178-83-18-245.dynamic.hispeed.ch [178.83.18.245]); by + asgard.tc2.fr (OpenSMTPD) with ESMTPSA id c2ef6b06; TLS version=TLSv1/SSLv3 + cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; for + ; Fri, 24 Apr 2015 09:29:16 +0000 (UTC) +Date: Fri, 24 Apr 2015 11:29:14 +0200 +From: Mayeu +Cc: notmuch@notmuchmail.org +Subject: Re: Notmuch removing messages from the index, when calling `new` + two times in a row +Message-ID: <20150424112914.5ffef31c@azathoth> +In-Reply-To: <87oame7a93.fsf@maritornes.cs.unb.ca> +References: <87y4llpiom.fsf@azathoth.devlab.ch> + <87mw1z8pxu.fsf@maritornes.cs.unb.ca> + <87fv7ruk2j.fsf@azathoth.i-did-not-set--mail-host-address--so-tickle-me> + <87oame7a93.fsf@maritornes.cs.unb.ca> +X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-unknown-linux-gnu) +MIME-Version: 1.0 +Content-Type: text/plain; charset=US-ASCII +Content-Transfer-Encoding: 7bit +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Fri, 24 Apr 2015 09:36:04 -0000 + +On Fri, 24 Apr 2015 07:25:28 +0900 +David Bremner wrote: +> OK. Please try running "notmuch new" (the second time) with --debug. + +The output is exactly the same, no other information. I also tried to +add --verbose but same output. Both are accepted as valid since I do +net get back any error, but the output is not changed. + +Is it something I should enable during the compilation of Notmuch? I +am using 0.19, and from what I see, the notmuch configuration used is +the default one on Nixos[1]. But when running ./configure --help I do +not see any --{enable,disable}-debug option. + +[1] https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/mailreaders/notmuch/default.nix + +-- +Mayeu a.k.a Matthieu +http://6x9.fr +GPG: A016 F2D8 0472 1186 1B33 A419 22B1 0496 B00D A693 -- 2.26.2