[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 10 / b96c8e39fe582e494112cf6a477bf900165a44
1 Return-Path: <awg@lagos.xvx.ca>\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 4ABD7429E54\r
6         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 19:12:51 -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=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id mPZ79JSCDRf8 for <notmuch@notmuchmail.org>;\r
16         Wed, 15 Feb 2012 19:12:47 -0800 (PST)\r
17 Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9])\r
18         by olra.theworths.org (Postfix) with ESMTP id 6282E429E48\r
19         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 19:12:47 -0800 (PST)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd7ml1no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 15 Feb 2012 20:12:46 -0700\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=Ro8QOmc0aMDfanRtxUddlQ8SbE2D0zCZP8MBHZpYE5w=\r
25         c=1 sm=1\r
26         a=RAtBT_Fs28AA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
27         a=_q93uCeIh43_I9jXnKwA:9 a=odvB31Xb1hMA:10\r
28         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
29 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
30         by pd7ml1no-dmz.prod.shaw.ca with ESMTP; 15 Feb 2012 20:12:46 -0700\r
31 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
32         id 998F6800420A; Wed, 15 Feb 2012 20:12:45 -0700 (MST)\r
33 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v5.2 0/7] Reply enhancements, tidied up\r
36 Date: Wed, 15 Feb 2012 20:12:30 -0700\r
37 Message-Id: <1329361957-28493-1-git-send-email-awg+notmuch@xvx.ca>\r
38 X-Mailer: git-send-email 1.7.5.4\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 16 Feb 2012 03:12:51 -0000\r
52 \r
53 Hi all,\r
54 \r
55 As indicated by the odd version number, this is a very minor change to\r
56 the patchset I sent last night [1]:\r
57 \r
58 * Split the refactoring into separate patches, both for the reply patch\r
59   and the emacs patch. The first reply patch should now be applicable\r
60   by itself, as requested by Austin to ease his work on rewriting the\r
61   default reply formatter.\r
62 \r
63 * Fix a bug in my emacs code that caused replies to be created with two\r
64   From headers, owing to capitalization descrepencies.\r
65 \r
66 * Split the emacs tests into their own patch, since they're pretty big.\r
67 \r
68 [1] id:"1329282027-29457-1-git-send-email-awg+notmuch@xvx.ca"\r
69 \r
70 Adam Wolfe Gordon (7):\r
71   test: Add broken test for the new JSON reply format.\r
72   reply: Factor out reply creation\r
73   reply: Add a JSON reply format.\r
74   man: Update notmuch-reply man page for JSON format.\r
75   emacs: Factor out useful functions into notmuch-lib\r
76   test: Add broken tests for new emacs reply functionality\r
77   emacs: Use the new JSON reply format and message-cite-original\r
78 \r
79  emacs/notmuch-lib.el     |   39 +++++++++\r
80  emacs/notmuch-mua.el     |  127 ++++++++++++++++++++---------\r
81  emacs/notmuch-show.el    |   24 +-----\r
82  man/man1/notmuch-reply.1 |    5 +\r
83  notmuch-client.h         |    3 +\r
84  notmuch-reply.c          |  202 +++++++++++++++++++++++++++++++++++-----------\r
85  notmuch-show.c           |    2 +-\r
86  test/emacs               |  101 ++++++++++++++++++++++-\r
87  test/multipart           |   51 ++++++++++++\r
88  9 files changed, 443 insertions(+), 111 deletions(-)\r
89 \r
90 -- \r
91 1.7.5.4\r
92 \r