Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 10 / c37442c91e9f5a204ba4f41821028ab88f46d8
1 Return-Path: <patricktotzke@googlemail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id BC819431FAF\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 06:08:02 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Date"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: -0.367\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=-0.367 tagged_above=-999 required=5\r
13         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
14         FREEMAIL_FROM=0.001, INVALID_DATE=0.432, RCVD_IN_DNSWL_LOW=-0.7]\r
15         autolearn=disabled\r
16 Received: from olra.theworths.org ([127.0.0.1])\r
17         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
18         with ESMTP id uPfKLDLaYU0I for <notmuch@notmuchmail.org>;\r
19         Fri,  3 Feb 2012 06:08:01 -0800 (PST)\r
20 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
21  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
22  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
23  53EC2431FAE    for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 06:08:01 -0800\r
24  (PST)\r
25 Received: by wgbdt12 with SMTP id dt12so3381590wgb.2\r
26         for <notmuch@notmuchmail.org>; Fri, 03 Feb 2012 06:08:00 -0800 (PST)\r
27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
28         d=googlemail.com; s=gamma;\r
29         h=content-type:mime-version:content-transfer-encoding:from:user-agent\r
30         :to:date:message-id:subject:date;\r
31         bh=5oBSVtmgXXkhAm0ft3+JS2n25iOvXsxg+GgM50BtBJo=;\r
32         b=GhBZY/g2nLv1fRkguvlWKe0wAhhOdE5oZNmM0qtxlryVfQZaGCkb25XeyYGtrWwiSw\r
33         fqem3pfuSmP061HVNhMPXCFRsqnOk47G0cq/oC2hV1+/wI96ir7LZZXtcafTB1DEuDM7\r
34         7+p0saBDH6zkR/5+QIsY47CAMvVQzQO+ht84k=\r
35 Received: by 10.180.78.233 with SMTP id e9mr25156081wix.0.1328278080246;\r
36         Fri, 03 Feb 2012 06:08:00 -0800 (PST)\r
37 Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36])\r
38         by mx.google.com with ESMTPS id dw7sm6806665wib.4.2012.02.03.06.07.58\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Fri, 03 Feb 2012 06:07:59 -0800 (PST)\r
41 Content-Type: text/plain; charset="utf-8"\r
42 MIME-Version: 1.0\r
43 Content-Transfer-Encoding: quoted-printable\r
44 From: Patrick Totzke <patricktotzke@googlemail.com>\r
45 User-Agent: alot/0.21+\r
46 To: notmuch@notmuchmail.org,\r
47 Date: Fri, 03 Feb 2012 14:07:01 -0000\r
48 Message-ID: <20120203140701.12380.16746@megatron>\r
49 Subject: [feature request] notmuch_thread_get_newest_subject\r
50 Date: Fri, 03 Feb 2012 14:07:01 +0000\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Fri, 03 Feb 2012 14:08:02 -0000\r
64 \r
65 Hi all,\r
66 \r
67 There seems to be no way to get the "current" subject line of a thread.\r
68 I promised to relay my feature request to the list, so here it is..\r
69 \r
70 This could be done using a parameter like "newest-or-original" for =\r
71 \r
72 `notmuch_thread_get_subject` in threads.cc,\r
73 which would look up the newest message in the thread and return its subject.\r
74 \r
75 Secondly, this should be usable from the python bindings.\r
76 I intend to use this in alot to display the newest subject for a thread by =\r
77 default.\r
78 \r
79 cheers,\r
80 /p\r