From: Davide Mancusi Date: Fri, 6 Nov 2015 15:37:40 +0000 (+0100) Subject: Re: weird paths in notmuch database X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3591b5c2cd48436c03595ae787afad8d43d5d815;p=notmuch-archives.git Re: weird paths in notmuch database --- diff --git a/df/058b1e9754bc9bb6b86cf6a621d5f4ada912c4 b/df/058b1e9754bc9bb6b86cf6a621d5f4ada912c4 new file mode 100644 index 000000000..cfb4d70bc --- /dev/null +++ b/df/058b1e9754bc9bb6b86cf6a621d5f4ada912c4 @@ -0,0 +1,87 @@ +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 254C16DE1641 + for ; Fri, 6 Nov 2015 07:37:48 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.725 +X-Spam-Level: +X-Spam-Status: No, score=0.725 tagged_above=-999 required=5 tests=[AWL=-0.476, + DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, + FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_FREEMAIL_FORGED_FROMDOMAIN=0.01, + T_HEADER_FROM_DIFFERENT_DOMAINS=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 Saroh2El3fqo for ; + Fri, 6 Nov 2015 07:37:42 -0800 (PST) +Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com + [74.125.82.47]) by arlo.cworth.org (Postfix) with ESMTPS id 377AD6DE13A3 for + ; Fri, 6 Nov 2015 07:37:42 -0800 (PST) +Received: by wmec201 with SMTP id c201so20794141wme.1 + for ; Fri, 06 Nov 2015 07:37:40 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:sender:in-reply-to:references:date:message-id:subject + :from:to:cc:content-type; + bh=7P55DLFe4l9hHTsvKXdNbOIGHV44e7Aya85TzFCQcfM=; + b=AbIzvWHzMhQMnVsk6Ria6wUZS9W20hkoysuowCFSLLp+WvUJc6IDc4SrzsVSNRduHT + Uf4yDxHzoJEL3ZLdqR82UBShuM4zPSWe6j/B2e4htTRcUarLN7kIQ7l+ZuCwCMRmHtBU + PqVU2fMKEOT1/slXOm3ikd263yMqQoMfy31SoPEZFsC9fLJAyXNsoBikZXMJ+dD4Li0Q + MtRhC1KRBiFuuGiupsvDo8CMNk0EXS5jwI5crc4nYt4RDmGuJ3hHCY9ENhXO/mNRFLUA + cu51j2aq0STWUf3A56FWbq0+4xFzgidD/1KpBjXSguEUtIf5u3h0U+TkxhGh1JmiDwOy + JpPw== +MIME-Version: 1.0 +X-Received: by 10.28.173.194 with SMTP id w185mr11361133wme.23.1446824260608; + Fri, 06 Nov 2015 07:37:40 -0800 (PST) +Sender: arekfu@gmail.com +Received: by 10.27.155.197 with HTTP; Fri, 6 Nov 2015 07:37:40 -0800 (PST) +In-Reply-To: +References: + + <87a8qrmfzb.fsf@maritornes.cs.unb.ca> + + + + + + +Date: Fri, 6 Nov 2015 16:37:40 +0100 +X-Google-Sender-Auth: A6vufklE7MBZlq3UQT7MmbxVlSE +Message-ID: + +Subject: Re: weird paths in notmuch database +From: Davide Mancusi +To: notmuch@notmuchmail.org +Cc: Davide Mancusi +Content-Type: text/plain; charset=UTF-8 +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:37:48 -0000 + +2015-11-06 16:34 GMT+01:00 Tomi Ollila : +> 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)...? + +No, it never existed. I'm positive about that. + +...however, I just noticed that my muttrc config contains + +set folder="/home/username/local/mail" + +Maybe mutt-kz is screwing up things when it calls notmuch internally? + +Davide