From: David Bremner Date: Fri, 12 Jun 2015 05:40:01 +0000 (+0200) Subject: Re: [PATCH 1/2] lib: add NOTMUCH_STATUS_PATH_ERROR X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d9a12da1de3e40e1adcdb21e872ba662c1ce447;p=notmuch-archives.git Re: [PATCH 1/2] lib: add NOTMUCH_STATUS_PATH_ERROR --- diff --git a/15/5fba86136d48ba49645ed39d97640d3d4b1bce b/15/5fba86136d48ba49645ed39d97640d3d4b1bce new file mode 100644 index 000000000..e71389aa5 --- /dev/null +++ b/15/5fba86136d48ba49645ed39d97640d3d4b1bce @@ -0,0 +1,63 @@ +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 DD5516DE0B29 + for ; Thu, 11 Jun 2015 22:42:17 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.199 +X-Spam-Level: +X-Spam-Status: No, score=0.199 tagged_above=-999 required=5 tests=[AWL=0.199] + 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 NOAzgecn8C44 for ; + Thu, 11 Jun 2015 22:42:15 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 39A4F6DE0948 + for ; Thu, 11 Jun 2015 22:42:15 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Z3HhT-0000sd-TG; Fri, 12 Jun 2015 05:40:19 +0000 +Received: (nullmailer pid 25350 invoked by uid 1000); Fri, 12 Jun 2015 + 05:40:01 -0000 +From: David Bremner +To: Tomi Ollila , Morgan Veyret + , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] lib: add NOTMUCH_STATUS_PATH_ERROR +In-Reply-To: +References: <87oakqj5rm.fsf@maritornes.cs.unb.ca> + <1433920621-5279-1-git-send-email-david@tethera.net> + +User-Agent: Notmuch/0.20+15~ga1b054b (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Fri, 12 Jun 2015 07:40:01 +0200 +Message-ID: <87381x4h8u.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: Fri, 12 Jun 2015 05:42:18 -0000 + +Tomi Ollila writes: +> +> Series looks good, tests pass. +> +> Tomi +> + +Pushed to master. + +d