[PATCH v7.1 11/11] NEWS: news for reply enhancements
authorAdam Wolfe Gordon <awg+notmuch@xvx.ca>
Wed, 14 Mar 2012 04:30:16 +0000 (22:30 +1800)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:45:29 +0000 (09:45 -0800)
da/e3c277b9f256017f17ffe5d4080f72303ff866 [new file with mode: 0644]

diff --git a/da/e3c277b9f256017f17ffe5d4080f72303ff866 b/da/e3c277b9f256017f17ffe5d4080f72303ff866
new file mode 100644 (file)
index 0000000..ddac113
--- /dev/null
@@ -0,0 +1,100 @@
+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 D0D77431FCF\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Mar 2012 21:30:24 -0700 (PDT)\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 UbO+xVjl7HzK for <notmuch@notmuchmail.org>;\r
+       Tue, 13 Mar 2012 21:30:23 -0700 (PDT)\r
+Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6B19A431FD0\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Mar 2012 21:30:22 -0700 (PDT)\r
+Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd6ml2no-ssvc.prod.shaw.ca)\r
+       ([10.0.144.222])\r
+       by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 13 Mar 2012 22:30:21 -0600\r
+X-Cloudmark-SP-Filtered: true\r
+X-Cloudmark-SP-Result: v=1.1 cv=oQE6vNJ3d7oTBHj4PDKYH99BAdyPlqTp0xAtaaBYR4E=\r
+       c=1 sm=1\r
+       a=fEZ_UXbUMeoA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
+       a=KJCtSF5FPByoPCGnemUA:9 a=-cbKi-fvU8gjVwloU2YA:7\r
+       a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
+Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
+       by pd6ml2no-dmz.prod.shaw.ca with ESMTP; 13 Mar 2012 22:30:21 -0600\r
+Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
+       id 24A69800063E; Tue, 13 Mar 2012 22:30:21 -0600 (MDT)\r
+From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v7.1 11/11] NEWS: news for reply enhancements\r
+Date: Tue, 13 Mar 2012 22:30:16 -0600\r
+Message-Id: <1331699416-30775-12-git-send-email-awg+notmuch@xvx.ca>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <1331699416-30775-1-git-send-email-awg+notmuch@xvx.ca>\r
+References: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca>\r
+       <1331699416-30775-1-git-send-email-awg+notmuch@xvx.ca>\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: Wed, 14 Mar 2012 04:30:25 -0000\r
+\r
+---\r
+ NEWS |   20 ++++++++++++++++++++\r
+ 1 files changed, 20 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index a739914..46fb191 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -11,6 +11,18 @@ Reply to sender\r
+   to all. The feature is available through the new command line option\r
+   --reply-to=(all|sender).\r
\r
++JSON reply format\r
++\r
++  "notmuch reply" can now produce JSON output that contains the headers\r
++  for a reply message and full information about the original message\r
++  begin replied to. This allows MUAs to create replies intelligtently.\r
++  For example, an MUA that can parse HTML might quote HTML parts.\r
++\r
++  Calling notmuch reply with --format=json imposes the restriction that\r
++  only a single message is returned by the search, as replying to\r
++  multiple messages does not have a well-defined behavior. The default\r
++  retains its current behavior for multiple message replies.\r
++\r
+ Tag exclusion\r
\r
+   Tags can be automatically excluded from search results by adding them\r
+@@ -48,6 +60,14 @@ Reply to sender\r
+   and search modes, 'r' has been bound to reply to sender, replacing\r
+   reply to all, which now has key binding 'R'.\r
\r
++Reply improvement using the JSON format\r
++\r
++  Emacs now uses the JSON reply format to create replies. It obeys\r
++  the customization variables message-citation-line-format and\r
++  message-citation-line-function when creating the first line of the\r
++  reply body, and it will quote HTML parts if no text/plain parts are\r
++  available.\r
++\r
+ More flexible and consistent tagging operations\r
\r
+   All tagging operations ("+", "-", "*") now accept multiple tags with\r
+-- \r
+1.7.5.4\r
+\r