From: David Bremner Date: Mon, 8 Jun 2015 20:37:33 +0000 (+0200) Subject: Re: BUG: maildir flags sync with database relative path results in corrupted filename X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8de825db99e5c0ac3f8e5c529c20d4148a65348a;p=notmuch-archives.git Re: BUG: maildir flags sync with database relative path results in corrupted filename --- diff --git a/89/463e0171feac16767a5ed901760a41dcd9bb85 b/89/463e0171feac16767a5ed901760a41dcd9bb85 new file mode 100644 index 000000000..a199eac0a --- /dev/null +++ b/89/463e0171feac16767a5ed901760a41dcd9bb85 @@ -0,0 +1,65 @@ +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 C4A856DE093A + for ; Mon, 8 Jun 2015 13:39:24 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.204 +X-Spam-Level: +X-Spam-Status: No, score=0.204 tagged_above=-999 required=5 tests=[AWL=0.204] + 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 oiI_BppzWyIJ for ; + Mon, 8 Jun 2015 13:39:23 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id C60596DE02DA + for ; Mon, 8 Jun 2015 13:39:22 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Z23ns-0001U7-9W; Mon, 08 Jun 2015 20:37:52 +0000 +Received: (nullmailer pid 7897 invoked by uid 1000); Mon, 08 Jun 2015 + 20:37:33 -0000 +From: David Bremner +To: Morgan Veyret , notmuch@notmuchmail.org +Subject: Re: BUG: maildir flags sync with database relative path results in + corrupted filename +In-Reply-To: + +References: + + <871thmivpt.fsf@maritornes.cs.unb.ca> + +User-Agent: Notmuch/0.20+15~ga1b054b (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Mon, 08 Jun 2015 22:37:33 +0200 +Message-ID: <87oakqj5rm.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: Mon, 08 Jun 2015 20:39:24 -0000 + +Morgan Veyret writes: + +> It does the job, now opening the database with a relative path raise +> a NotmuchError. +> +Thanks for the confirmation. I'll write up a proper patch, and adjust a +few of our tests that use relative paths. + +d +