From: Trevor Jim Date: Tue, 3 Mar 2015 16:39:30 +0000 (+1900) Subject: Re: [PATCH] go: add binding for notmuch_message_get_date X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4dac9847a8ad5eeb1a5ac7d9670f6202b1e3afc7;p=notmuch-archives.git Re: [PATCH] go: add binding for notmuch_message_get_date --- diff --git a/cd/235611ad82dfae99b6f626f96dc548b6d79df2 b/cd/235611ad82dfae99b6f626f96dc548b6d79df2 new file mode 100644 index 000000000..96b1ed176 --- /dev/null +++ b/cd/235611ad82dfae99b6f626f96dc548b6d79df2 @@ -0,0 +1,69 @@ +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 6A2AB431FAF + for ; Tue, 3 Mar 2015 08:41:34 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.139 +X-Spam-Level: +X-Spam-Status: No, score=0.139 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_MED=-2.3] 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 O-99ufjhST31 for ; + Tue, 3 Mar 2015 08:41:31 -0800 (PST) +Received: from nk11p00mm-asmtp004.mac.com (nk11p00mm-asmtp004.mac.com + [17.158.161.3]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 3A9FD431FAE + for ; Tue, 3 Mar 2015 08:41:31 -0800 (PST) +Received: from localhost (aegis.CS.Princeton.EDU [128.112.139.195]) + by nk11p00mm-asmtp004.mac.com + (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 + 2014)) + with ESMTPSA id <0NKN00DY7A9VTN20@nk11p00mm-asmtp004.mac.com> for + notmuch@notmuchmail.org; Tue, 03 Mar 2015 16:39:34 +0000 (GMT) +X-Proofpoint-Virus-Version: vendor=fsecure + engine=2.50.10432:5.13.68,1.0.33,0.0.0000 + definitions=2015-03-03_05:2015-03-03, 2015-03-03, + 1970-01-01 signatures=0 +X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 + suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam + adjust=0 + reason=mlx scancount=1 engine=7.0.1-1412110000 + definitions=main-1503030180 +From: Trevor Jim +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH] go: add binding for notmuch_message_get_date +In-reply-to: +References: +Date: Tue, 03 Mar 2015 11:39:30 -0500 +Message-id: +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: Tue, 03 Mar 2015 16:41:34 -0000 + +> -1 is 1969-dec-31 23:59:59 UTC +> +> Should we care -- and e.g. return status in separate return value ? + +BTW, I notice that when a message has no Date: field, notmuch reports its +timestamp as 0 without reporting an error :-) + +-Trevor