[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / a8 / 05c6a2f162b48fc9a994a854ecd514af1cb1bc
1 Return-Path: <wking@tremily.us>\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 16CEC431FBC\r
6         for <notmuch@notmuchmail.org>; Fri, 14 Feb 2014 08:50:22 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id HlKDInK9FmPT for <notmuch@notmuchmail.org>;\r
17         Fri, 14 Feb 2014 08:50:14 -0800 (PST)\r
18 Received: from qmta04.westchester.pa.mail.comcast.net\r
19         (qmta04.westchester.pa.mail.comcast.net [76.96.62.40])\r
20         by olra.theworths.org (Postfix) with ESMTP id 52EF2431FB6\r
21         for <notmuch@notmuchmail.org>; Fri, 14 Feb 2014 08:50:14 -0800 (PST)\r
22 Received: from omta09.westchester.pa.mail.comcast.net ([76.96.62.20])\r
23         by qmta04.westchester.pa.mail.comcast.net with comcast\r
24         id SEH21n0060SCNGk54GqCZC; Fri, 14 Feb 2014 16:50:12 +0000\r
25 Received: from odin.tremily.us ([24.18.63.50])\r
26         by omta09.westchester.pa.mail.comcast.net with comcast\r
27         id SGqB1n00Q152l3L3VGqCvF; Fri, 14 Feb 2014 16:50:12 +0000\r
28 Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
29         by odin.tremily.us (Postfix) with ESMTPS id E807F103A99E;\r
30         Fri, 14 Feb 2014 08:50:10 -0800 (PST)\r
31 Received: (nullmailer pid 18380 invoked by uid 1000);\r
32         Fri, 14 Feb 2014 16:48:57 -0000\r
33 From: "W. Trevor King" <wking@tremily.us>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v4 0/4] nmbug-status: Python-3-compatibility and general\r
36         refactoring\r
37 Date: Fri, 14 Feb 2014 08:48:51 -0800\r
38 Message-Id: <cover.1392395932.git.wking@tremily.us>\r
39 X-Mailer: git-send-email 1.8.5.2.8.g0f6c0d1\r
40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
41         s=q20121106; t=1392396612;\r
42         bh=dcaKIeZHnZY4Ji/ZxzTrB4y4Jjib66u9YsuDWcanwnM=;\r
43         h=Received:Received:Received:Received:From:To:Subject:Date:\r
44         Message-Id;\r
45         b=cZicyeKE5ili/uocWhj1uHipT5sQLAzL+bQpkHAOXoT8WO2zWxQuq/r47YDPXvSpa\r
46         +PI3YAw9S3Q+/d1VXmqXyKl7kdGj3WeUe0zRTCaPRRiJTI2xqHE9OZ7ex7K1fym285\r
47         EQpMmUFTae8kjCb/uLDXCjktFSbPKQkK+qHs/dDBmUSWKZQx1CQ0JCm2VgxGdP2mVU\r
48         DdCgaB4q2iH1egKIR9p0nqMrsc0OVkaZH+aCSuMXO/hh2AVU7CB7M63B9mMqNr7EhZ\r
49         S4OnGeMpMbiUddKvQxo93vWfacQocalTVFh0Nhsb0gK3kZOqgvdRNcxSPxqobwtoNY\r
50         rdX+ZTm6EZZdw==\r
51 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Fri, 14 Feb 2014 16:50:22 -0000\r
65 \r
66 This fixes two rebase-induced typos from v3 [1]:\r
67 \r
68 * Doubled meta-http-equiv entries in the color-threads patch [2].\r
69 * An extra close-paren in the HTML header format arguments [3].\r
70 \r
71 The remainder of v3 has already landed in master [4].\r
72 \r
73 Cheers,\r
74 Trevor\r
75 \r
76 [1]: id:"cover.1392309570.git.wking@tremily.us"\r
77      http://thread.gmane.org/gmane.mail.notmuch.general/17216\r
78 [2]: id:"20140214020537.GP7538@odin.tremily.us"\r
79      http://article.gmane.org/gmane.mail.notmuch.general/17228\r
80 [3]: id:"20140213174252.GL7538@odin.tremily.us"\r
81      http://article.gmane.org/gmane.mail.notmuch.general/17225\r
82 [4]: id:"87ha8127g8.fsf@zancas.localnet"\r
83      http://article.gmane.org/gmane.mail.notmuch.general/17239\r
84 \r
85 W. Trevor King (4):\r
86   nmbug-status: Color threads in HTML output\r
87   nmbug-status: Add inter-message padding\r
88   nmbug-status: Encode output using the user's locale\r
89   nmbug-status: Hardcode UTF-8 instead of using the user's locale\r
90 \r
91  devel/nmbug/nmbug-status | 68 +++++++++++++++++++++++++++++++++++++-----------\r
92  1 file changed, 53 insertions(+), 15 deletions(-)\r
93 \r
94 -- \r
95 1.8.5.2.8.g0f6c0d1\r
96 \r