From: David Bremner Date: Thu, 23 Apr 2015 22:25:28 +0000 (+0900) Subject: Re: Notmuch removing messages from the index, when calling `new` two times in a row X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c37cd1690e97905fcbd5057de3e51e240cfaacc8;p=notmuch-archives.git Re: Notmuch removing messages from the index, when calling `new` two times in a row --- diff --git a/26/7cb0b1a49d52e50a6ab1513c0341f211dabbd3 b/26/7cb0b1a49d52e50a6ab1513c0341f211dabbd3 new file mode 100644 index 000000000..1618446db --- /dev/null +++ b/26/7cb0b1a49d52e50a6ab1513c0341f211dabbd3 @@ -0,0 +1,72 @@ +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 D5D616DE0B38 + for ; Thu, 23 Apr 2015 15:26:32 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.336 +X-Spam-Level: +X-Spam-Status: No, score=0.336 tagged_above=-999 required=5 tests=[AWL=0.336] + 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 na7XarkKceoO for ; + Thu, 23 Apr 2015 15:26:30 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 950316DE0B26 + for ; Thu, 23 Apr 2015 15:26:30 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YlPZ0-000779-Uq; Thu, 23 Apr 2015 22:25:42 +0000 +Received: (nullmailer pid 15927 invoked by uid 1000); Thu, 23 Apr 2015 + 22:25:28 -0000 +From: David Bremner +To: Mayeu , notmuch@notmuchmail.org +Subject: Re: Notmuch removing messages from the index, when calling `new` two + times in a row +In-Reply-To: + <87fv7ruk2j.fsf@azathoth.i-did-not-set--mail-host-address--so-tickle-me> +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> +User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Fri, 24 Apr 2015 07:25:28 +0900 +Message-ID: <87oame7a93.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Thu, 23 Apr 2015 22:26:33 -0000 + +Mayeu writes: + +> David Bremner writes: +>> This message means that notmuch thinks 156 directories have been +>> deleted. Do you have any special mounts / symlinks / file systems that +>> might trigger this? +> +> Thank you for your response, my whole drive uses ZFS and I have a ZFS +> volume for my whole /home/*. My Maildir in itself is just a folder in my +> ~, and do not have anything special. +> +> I have encountered this behaviour also on my previous setup (migrated +> last week-end from Archlinux to NixOS), and this one was using ext4, so +> it does not seems to be ZFS related. + +OK. Please try running "notmuch new" (the second time) with --debug. + +d