From: Tomi Ollila Date: Fri, 6 Nov 2015 15:34:47 +0000 (+0200) Subject: Re: weird paths in notmuch database X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6834f48db6dafe71457ba53653e432cbd09be72b;p=notmuch-archives.git Re: weird paths in notmuch database --- diff --git a/ae/5fae4c9068afe81060c251dcd7f053003b9915 b/ae/5fae4c9068afe81060c251dcd7f053003b9915 new file mode 100644 index 000000000..0d5c3cd37 --- /dev/null +++ b/ae/5fae4c9068afe81060c251dcd7f053003b9915 @@ -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 4496F6DE1583 + for ; Fri, 6 Nov 2015 07:34:49 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.731 +X-Spam-Level: +X-Spam-Status: No, score=0.731 tagged_above=-999 required=5 tests=[AWL=0.079, + SPF_NEUTRAL=0.652] 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 V4A9mUAiQzCD for ; + Fri, 6 Nov 2015 07:34:47 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 5BA196DE13A3 + for ; Fri, 6 Nov 2015 07:34:47 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 8DA8810005A; + Fri, 6 Nov 2015 17:34:47 +0200 (EET) +From: Tomi Ollila +To: Davide Mancusi , notmuch@notmuchmail.org +Subject: Re: weird paths in notmuch database +In-Reply-To: + +References: + + <87a8qrmfzb.fsf@maritornes.cs.unb.ca> + + + + + +User-Agent: Notmuch/0.21+14~g053baf4 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 06 Nov 2015 15:34:49 -0000 + +On Fri, Nov 06 2015, Davide Mancusi wrote: + +> 2015-11-06 16:24 GMT+01:00 Tomi Ollila : +>> And notmuch config get database.path prints /export/home/username/mail +>> I presume ? +> +> Correct. +> +>> If that is the case then this symlink should have no effect. +>> +>> Is there any symlinks inside /export/home/username/mail +>> ( find /export/home/username/mail -type l ) (provided that +>> was the database.path -- and sure there are no bind mounts ;D?) +> +> No symlinks and no bind mounts. + +Ah, so path /export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S + +does not exist? It probably used to be (?) (via some long-gone symlink?) +and now it is just garbage in the database (that does not go away)...? + +> +> Cheers, +> Davide + +Tomi