From: David Bremner Date: Sun, 8 Mar 2015 07:27:09 +0000 (+0100) Subject: Re: [PATCH v2] go: add binding for notmuch_message_get_date X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7960501b73c37d80e19db5e0f5f48dc357a66207;p=notmuch-archives.git Re: [PATCH v2] go: add binding for notmuch_message_get_date --- diff --git a/c0/9c542778ecb42ebe860753ee9f528bd84b795a b/c0/9c542778ecb42ebe860753ee9f528bd84b795a new file mode 100644 index 000000000..ef88a1f67 --- /dev/null +++ b/c0/9c542778ecb42ebe860753ee9f528bd84b795a @@ -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 olra.theworths.org (Postfix) with ESMTP id 7F497431FBC + for ; Sat, 7 Mar 2015 23:29:06 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id cofpFIDbggfQ for ; + Sat, 7 Mar 2015 23:29:03 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 3453F431FAE + for ; Sat, 7 Mar 2015 23:29:03 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YUVcQ-0006JN-Vf; Sun, 08 Mar 2015 07:27:22 +0000 +Received: (nullmailer pid 22806 invoked by uid 1000); Sun, 08 Mar 2015 + 07:27:09 -0000 +From: David Bremner +To: Trevor Jim , notmuch@notmuchmail.org +Subject: Re: [PATCH v2] go: add binding for notmuch_message_get_date +In-Reply-To: +References: +User-Agent: Notmuch/0.19+67~gdbe9924 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sun, 08 Mar 2015 08:27:09 +0100 +Message-ID: <87pp8kt0du.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Sun, 08 Mar 2015 07:29:06 -0000 + +Trevor Jim writes: + +> --- +> bindings/go/src/notmuch/notmuch.go | 17 ++++++++++++++++- +> 1 file changed, 16 insertions(+), 1 deletion(-) +> + +pushed, with one whitespace fix (the standard pre-commit hook is handy +for avoiding that). + +d