[PATCH v5.2 0/7] Reply enhancements, tidied up
authorAdam Wolfe Gordon <awg+notmuch@xvx.ca>
Thu, 16 Feb 2012 03:12:30 +0000 (20:12 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:35 +0000 (09:44 -0800)
10/b96c8e39fe582e494112cf6a477bf900165a44 [new file with mode: 0644]

diff --git a/10/b96c8e39fe582e494112cf6a477bf900165a44 b/10/b96c8e39fe582e494112cf6a477bf900165a44
new file mode 100644 (file)
index 0000000..36caa18
--- /dev/null
@@ -0,0 +1,92 @@
+Return-Path: <awg@lagos.xvx.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 4ABD7429E54\r
+       for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 19:12:51 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id mPZ79JSCDRf8 for <notmuch@notmuchmail.org>;\r
+       Wed, 15 Feb 2012 19:12:47 -0800 (PST)\r
+Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6282E429E48\r
+       for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 19:12:47 -0800 (PST)\r
+Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd7ml1no-ssvc.prod.shaw.ca)\r
+       ([10.0.144.222])\r
+       by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 15 Feb 2012 20:12:46 -0700\r
+X-Cloudmark-SP-Filtered: true\r
+X-Cloudmark-SP-Result: v=1.1 cv=Ro8QOmc0aMDfanRtxUddlQ8SbE2D0zCZP8MBHZpYE5w=\r
+       c=1 sm=1\r
+       a=RAtBT_Fs28AA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
+       a=_q93uCeIh43_I9jXnKwA:9 a=odvB31Xb1hMA:10\r
+       a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
+Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
+       by pd7ml1no-dmz.prod.shaw.ca with ESMTP; 15 Feb 2012 20:12:46 -0700\r
+Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
+       id 998F6800420A; Wed, 15 Feb 2012 20:12:45 -0700 (MST)\r
+From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v5.2 0/7] Reply enhancements, tidied up\r
+Date: Wed, 15 Feb 2012 20:12:30 -0700\r
+Message-Id: <1329361957-28493-1-git-send-email-awg+notmuch@xvx.ca>\r
+X-Mailer: git-send-email 1.7.5.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 16 Feb 2012 03:12:51 -0000\r
+\r
+Hi all,\r
+\r
+As indicated by the odd version number, this is a very minor change to\r
+the patchset I sent last night [1]:\r
+\r
+* Split the refactoring into separate patches, both for the reply patch\r
+  and the emacs patch. The first reply patch should now be applicable\r
+  by itself, as requested by Austin to ease his work on rewriting the\r
+  default reply formatter.\r
+\r
+* Fix a bug in my emacs code that caused replies to be created with two\r
+  From headers, owing to capitalization descrepencies.\r
+\r
+* Split the emacs tests into their own patch, since they're pretty big.\r
+\r
+[1] id:"1329282027-29457-1-git-send-email-awg+notmuch@xvx.ca"\r
+\r
+Adam Wolfe Gordon (7):\r
+  test: Add broken test for the new JSON reply format.\r
+  reply: Factor out reply creation\r
+  reply: Add a JSON reply format.\r
+  man: Update notmuch-reply man page for JSON format.\r
+  emacs: Factor out useful functions into notmuch-lib\r
+  test: Add broken tests for new emacs reply functionality\r
+  emacs: Use the new JSON reply format and message-cite-original\r
+\r
+ emacs/notmuch-lib.el     |   39 +++++++++\r
+ emacs/notmuch-mua.el     |  127 ++++++++++++++++++++---------\r
+ emacs/notmuch-show.el    |   24 +-----\r
+ man/man1/notmuch-reply.1 |    5 +\r
+ notmuch-client.h         |    3 +\r
+ notmuch-reply.c          |  202 +++++++++++++++++++++++++++++++++++-----------\r
+ notmuch-show.c           |    2 +-\r
+ test/emacs               |  101 ++++++++++++++++++++++-\r
+ test/multipart           |   51 ++++++++++++\r
+ 9 files changed, 443 insertions(+), 111 deletions(-)\r
+\r
+-- \r
+1.7.5.4\r
+\r