From: David Bremner Date: Tue, 14 Apr 2015 13:20:14 +0000 (+0900) Subject: Re: "notmuch new" does not remove my file from db (double slash problem ?) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a2e3ea984c6112761eee57068231da2e1dbc2bdb;p=notmuch-archives.git Re: "notmuch new" does not remove my file from db (double slash problem ?) --- diff --git a/25/3ac14b401f4a9b66904795c64c61397f33dd02 b/25/3ac14b401f4a9b66904795c64c61397f33dd02 new file mode 100644 index 000000000..180457889 --- /dev/null +++ b/25/3ac14b401f4a9b66904795c64c61397f33dd02 @@ -0,0 +1,64 @@ +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 CFF3D6DE0948 + for ; Tue, 14 Apr 2015 06:21:38 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.371 +X-Spam-Level: +X-Spam-Status: No, score=0.371 tagged_above=-999 required=5 tests=[AWL=0.371] + 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 Jo9w9EZ96Hxr for ; + Tue, 14 Apr 2015 06:21:36 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 9C6286DE0298 + for ; Tue, 14 Apr 2015 06:21:36 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Yi0lT-0005C2-Sr; Tue, 14 Apr 2015 13:20:31 +0000 +Received: (nullmailer pid 24179 invoked by uid 1000); Tue, 14 Apr 2015 + 13:20:14 -0000 +From: David Bremner +To: francois@avalenn.eu, notmuch@notmuchmail.org +Subject: Re: "notmuch new" does not remove my file from db (double slash + problem ?) +In-Reply-To: <20150414105720.GH3224@fjo-extia-HPdeb.nsn-net.net> +References: <20150414105720.GH3224@fjo-extia-HPdeb.nsn-net.net> +User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Tue, 14 Apr 2015 22:20:14 +0900 +Message-ID: <87lhhulucx.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: Tue, 14 Apr 2015 13:21:39 -0000 + +francois@avalenn.eu writes: + +> Hello list, +> +> I have a little problem here. +> I have a message of which I had multiple copies and I deleted one of +> them but "notmuch new" does not suppress this copy. + +If noone has any better ideas, you can always dump your tags using +notmuch dump, remove the database, and restore your tags with notmuch +restore. + +d