From: David Bremner Date: Fri, 10 Jul 2015 16:22:05 +0000 (+0200) Subject: Re: [PATCH] Fix direct python call in doc compilation X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7dd07f1595f6f8f57be745b0a454f11a8f49e88a;p=notmuch-archives.git Re: [PATCH] Fix direct python call in doc compilation --- diff --git a/2f/82185a02fdcecfd6932cb36abd2c7eedb0aad4 b/2f/82185a02fdcecfd6932cb36abd2c7eedb0aad4 new file mode 100644 index 000000000..d05137bfb --- /dev/null +++ b/2f/82185a02fdcecfd6932cb36abd2c7eedb0aad4 @@ -0,0 +1,62 @@ +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 041E96DE100F + for ; Fri, 10 Jul 2015 09:24:00 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.17 +X-Spam-Level: +X-Spam-Status: No, score=0.17 tagged_above=-999 required=5 tests=[AWL=0.170] + 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 uAfmqXGEpvcZ for ; + Fri, 10 Jul 2015 09:23:58 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id E14616DE0C66 + for ; Fri, 10 Jul 2015 09:23:57 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1ZDb4C-0007QY-3I; Fri, 10 Jul 2015 16:22:24 +0000 +Received: (nullmailer pid 27770 invoked by uid 1000); Fri, 10 Jul 2015 + 16:22:05 -0000 +From: David Bremner +To: mp39590@gmail.com, notmuch@notmuchmail.org +Subject: Re: [PATCH] Fix direct python call in doc compilation +In-Reply-To: <1436476946-80010-1-git-send-email-mp39590@gmail.com> +References: <1436476946-80010-1-git-send-email-mp39590@gmail.com> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Fri, 10 Jul 2015 18:22:05 +0200 +Message-ID: <87h9pcj842.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, 10 Jul 2015 16:24:00 -0000 + +mp39590@gmail.com writes: + +> From: Mikhail +> + +I pushed a version of this patch with a slightly more verbose commit +message to master. For some reason I couldn't get the original patch to +apply with "git am", but I didn't try too hard for a one line patch ;). + +Thanks for you contribution(s) to notmuch! + +David