From: Davide Mancusi Date: Fri, 6 Nov 2015 13:23:24 +0000 (+0100) Subject: Re: weird paths in notmuch database X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7ff134bc64c64b1799965afe1104852f08cfc70;p=notmuch-archives.git Re: weird paths in notmuch database --- diff --git a/f0/e57deaf681819fe79fd1c976421f6ee0a7a125 b/f0/e57deaf681819fe79fd1c976421f6ee0a7a125 new file mode 100644 index 000000000..221bb833d --- /dev/null +++ b/f0/e57deaf681819fe79fd1c976421f6ee0a7a125 @@ -0,0 +1,86 @@ +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 201AA6DE1737 + for ; Fri, 6 Nov 2015 05:23:28 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.025 +X-Spam-Level: +X-Spam-Status: No, score=0.025 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_DNSWL_LOW=-0.7, + 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 XjcLY1rpQc9s for ; + Fri, 6 Nov 2015 05:23:26 -0800 (PST) +Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com + [209.85.212.169]) + by arlo.cworth.org (Postfix) with ESMTPS id DACFE6DE0FB0 + for ; Fri, 6 Nov 2015 05:23:25 -0800 (PST) +Received: by wicll6 with SMTP id ll6so30041715wic.0 + for ; Fri, 06 Nov 2015 05:23:24 -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:content-type; + bh=tENXmIfgzKySxksMnNGM8d2/FW95bhjrU0khDPX5K/s=; + b=0MZAsFWEbi17nUtuQquqRhfuKsQXvZGXJ37EEfBPPxwvrDmbm0oXfdWN55/DaFldXs + FQiApBeKJAFvIRnG7q1xxcSO8TbH6S1pkOMbef5WwSfIXLsexNAEGxVVUyKHD6FZw7xD + 2pSSWX6Fm+3FXZNfJHC45cKBKwDOYxDaQg9m8UpUo0Xda3s/fES9m+VOV0UUBeO94vDV + vDG7YU1zO08qHdN0T4EjeZX5+q9oKlDpeBAWqPamOC7aJK+dFuw4EkLLBzokFKFY5JYd + lCwEQM4YtQPzUt/8DZnudgr356e5yYzRL4c7cneB14xsFD6RmPx8Gyq6utZofbg4OnYg + Wtrg== +MIME-Version: 1.0 +X-Received: by 10.194.105.38 with SMTP id gj6mr14114105wjb.130.1446816204075; + Fri, 06 Nov 2015 05:23:24 -0800 (PST) +Sender: arekfu@gmail.com +Received: by 10.27.155.197 with HTTP; Fri, 6 Nov 2015 05:23:24 -0800 (PST) +In-Reply-To: <87a8qrmfzb.fsf@maritornes.cs.unb.ca> +References: + + <87a8qrmfzb.fsf@maritornes.cs.unb.ca> +Date: Fri, 6 Nov 2015 14:23:24 +0100 +X-Google-Sender-Auth: cxqrG-AkaX4K57gmAARVIh367J8 +Message-ID: + +Subject: Re: weird paths in notmuch database +From: Davide Mancusi +To: notmuch@notmuchmail.org +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 13:23:28 -0000 + +2015-11-06 14:09 GMT+01:00 David Bremner : +>> $ notmuch search --output=files 'path:/home/**' +>> /export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S +>> /export/home/username/mail/archive/cur/1446805732.2711_9.hostname:2,S +[...] +> +> The directory must be specified relative to the top-level maildir +> (and without the leading slash). +> +> Please try with correct search syntax in order to narrow down the +> problem. + +The unusual search was just to illustrate the problem. I get the paths +even with tag searches, like so: + +$ notmuch search --output=files +'id:20151106102835.GA2711@hostname.domain.com' +/export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S +/export/home/username/mail/archive/cur/1446805732.2711_9.hostname:2,S