From f0c7ea95fe994bb5975dd5d8f73b2da4e45984a0 Mon Sep 17 00:00:00 2001 From: Sime Ramov Date: Tue, 15 Jul 2014 18:59:32 +0200 Subject: [PATCH] Re: notmuch-reply date format --- 39/04228e25da6162fb02c089916801259d65922b | 84 +++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 39/04228e25da6162fb02c089916801259d65922b diff --git a/39/04228e25da6162fb02c089916801259d65922b b/39/04228e25da6162fb02c089916801259d65922b new file mode 100644 index 000000000..fbd52bd7c --- /dev/null +++ b/39/04228e25da6162fb02c089916801259d65922b @@ -0,0 +1,84 @@ +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 6F831431FC0 + for ; Tue, 15 Jul 2014 09:59:48 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.099 +X-Spam-Level: +X-Spam-Status: No, score=-0.099 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + RCVD_IN_DNSWL_NONE=-0.0001, UNPARSEABLE_RELAY=0.001] + 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 Uwqjvib4Hofe for ; + Tue, 15 Jul 2014 09:59:42 -0700 (PDT) +Received: from smtp.pobox.com (smtp.pobox.com [208.72.237.35]) + by olra.theworths.org (Postfix) with ESMTP id DA656431FBD + for ; Tue, 15 Jul 2014 09:59:42 -0700 (PDT) +Received: from smtp.pobox.com (unknown [127.0.0.1]) + by pb-smtp0.pobox.com (Postfix) with ESMTP id BE7E7290DE; + Tue, 15 Jul 2014 12:59:24 -0400 (EDT) +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date + :message-id:from:subject:to:cc:in-reply-to:references; s=sasl; + bh=pIsenpkmiahJlEOQVUY2hp0AV2M=; b=nvpbVD1yfiqapXcvY0idmy5UWLV+ + kF07AbJkNDgPS04vhygNDy6znkeFkYOry4vHoue8QTfry7V/pACS7ESJpR15LFlw + P/Hxv8bSP2BDHbyPRq9USYEaKYCDwSOdSfFC3GvH1HckyiOi9cl7e500pz6gsMi3 + I9EVNORdbkIT2H8= +DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:message-id + :from:subject:to:cc:in-reply-to:references; q=dns; s=sasl; b=Jy1 + NhuxHaDCTnqjnXJqZ6BYHzxg7H/nje3a0pUAu8zEoPCaEZctmgHjEsnBLnS7SX/5 + Hvnz4w8wxAXh4/GNvKu/kZSHNEdjqPSZrmoFCxR9UK+GcdlhQbkqN9I/2ySEVMYA + 1mxd+VHmk/qMo+EV+cj2O9xwZT0hU1PzPDd02Qb8= +Received: from pb-smtp0.int.icgroup.com (unknown [127.0.0.1]) + by pb-smtp0.pobox.com (Postfix) with ESMTP id B4C9D290DD; + Tue, 15 Jul 2014 12:59:24 -0400 (EDT) +Received: from ouroboros.ramov.inet (unknown [188.252.232.95]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by pb-smtp0.pobox.com (Postfix) with ESMTPSA id 8B125290D7; + Tue, 15 Jul 2014 12:59:18 -0400 (EDT) +Received: from localhost (1000@localhost [local]); + by localhost (OpenSMTPD) with ESMTPA id 33aa995b; + Tue, 15 Jul 2014 18:59:32 +0200 (CEST) +Date: Tue, 15 Jul 2014 18:59:32 +0200 (CEST) +Message-Id: <5109479209388135584.enqueue@ouroboros.ramov.inet> +From: Sime Ramov +Subject: Re: notmuch-reply date format +To: Austin Clements +In-Reply-To: <20140715141407.GF4660@mit.edu> +References: <1722345767858996112.enqueue@ouroboros.ramov.inet> + <20140714130431.GB4660@mit.edu> + <702358554056882337.enqueue@ouroboros.ramov.inet> + <20140715141407.GF4660@mit.edu> +X-Pobox-Relay-ID: + 5C3F0950-0C41-11E4-B5B2-9903E9FBB39C-45584858!pb-smtp0.pobox.com +Cc: notmuch@notmuchmail.org +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, 15 Jul 2014 16:59:48 -0000 + +Hi, + +* Austin Clements [2014-07-15 16:14 +0200]: +> Close. For whatever reason, localtime takes a pointer to a time_t, +> not a time_t (even though time_t is just a number). You'll need +> something like +> +> [...] + +Thank you *so much*, everything is in order now! Finally a nice +attribution line :) -- 2.26.2