From: David Bremner Date: Mon, 20 Apr 2015 23:35:18 +0000 (+0900) Subject: Re: notmuch_thread_get_authors X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=60381a0787afbf0232a07ac96e4902f58410bb8b;p=notmuch-archives.git Re: notmuch_thread_get_authors --- diff --git a/ad/b237dedf9e8e4b2aeaa9e3fd4520a5f7499ad4 b/ad/b237dedf9e8e4b2aeaa9e3fd4520a5f7499ad4 new file mode 100644 index 000000000..ebd4b4bde --- /dev/null +++ b/ad/b237dedf9e8e4b2aeaa9e3fd4520a5f7499ad4 @@ -0,0 +1,65 @@ +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 683DD6DE1003 + for ; Mon, 20 Apr 2015 16:37:08 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.351 +X-Spam-Level: +X-Spam-Status: No, score=0.351 tagged_above=-999 required=5 tests=[AWL=0.351] + 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 X3j9u_S4V9NK for ; + Mon, 20 Apr 2015 16:37:05 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id A10606DE0AC2 + for ; Mon, 20 Apr 2015 16:37:05 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YkLE0-0008NA-PZ; Mon, 20 Apr 2015 23:35:36 +0000 +Received: (nullmailer pid 30310 invoked by uid 1000); Mon, 20 Apr 2015 + 23:35:18 -0000 +From: David Bremner +To: Ronny Chevalier , notmuch@notmuchmail.org +Subject: Re: notmuch_thread_get_authors +In-Reply-To: + +References: + +User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Tue, 21 Apr 2015 08:35:18 +0900 +Message-ID: <87618qfk5l.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: Mon, 20 Apr 2015 23:37:08 -0000 + +Ronny Chevalier writes: + +> Hi, +> +> I would like to know the reason behind the way we get authors from a +> thread, with notmuch_thread_get_authors. +> + +there is some related patches/discussion at + +http://thread.gmane.org/gmane.mail.notmuch.general/19422 + +d