Re: [PATCH/RFC 0/3] Maildir custom flags and notmuch tags
[notmuch-archives.git] / da / e3c277b9f256017f17ffe5d4080f72303ff866
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 D0D77431FCF\r
6         for <notmuch@notmuchmail.org>; Tue, 13 Mar 2012 21:30:24 -0700 (PDT)\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 UbO+xVjl7HzK for <notmuch@notmuchmail.org>;\r
16         Tue, 13 Mar 2012 21:30:23 -0700 (PDT)\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 6B19A431FD0\r
19         for <notmuch@notmuchmail.org>; Tue, 13 Mar 2012 21:30:22 -0700 (PDT)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd6ml2no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 13 Mar 2012 22:30:21 -0600\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=oQE6vNJ3d7oTBHj4PDKYH99BAdyPlqTp0xAtaaBYR4E=\r
25         c=1 sm=1\r
26         a=fEZ_UXbUMeoA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
27         a=KJCtSF5FPByoPCGnemUA:9 a=-cbKi-fvU8gjVwloU2YA:7\r
28         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
29 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
30         by pd6ml2no-dmz.prod.shaw.ca with ESMTP; 13 Mar 2012 22:30:21 -0600\r
31 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
32         id 24A69800063E; Tue, 13 Mar 2012 22:30:21 -0600 (MDT)\r
33 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v7.1 11/11] NEWS: news for reply enhancements\r
36 Date: Tue, 13 Mar 2012 22:30:16 -0600\r
37 Message-Id: <1331699416-30775-12-git-send-email-awg+notmuch@xvx.ca>\r
38 X-Mailer: git-send-email 1.7.5.4\r
39 In-Reply-To: <1331699416-30775-1-git-send-email-awg+notmuch@xvx.ca>\r
40 References: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca>\r
41         <1331699416-30775-1-git-send-email-awg+notmuch@xvx.ca>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Wed, 14 Mar 2012 04:30:25 -0000\r
55 \r
56 ---\r
57  NEWS |   20 ++++++++++++++++++++\r
58  1 files changed, 20 insertions(+), 0 deletions(-)\r
59 \r
60 diff --git a/NEWS b/NEWS\r
61 index a739914..46fb191 100644\r
62 --- a/NEWS\r
63 +++ b/NEWS\r
64 @@ -11,6 +11,18 @@ Reply to sender\r
65    to all. The feature is available through the new command line option\r
66    --reply-to=(all|sender).\r
67  \r
68 +JSON reply format\r
69 +\r
70 +  "notmuch reply" can now produce JSON output that contains the headers\r
71 +  for a reply message and full information about the original message\r
72 +  begin replied to. This allows MUAs to create replies intelligtently.\r
73 +  For example, an MUA that can parse HTML might quote HTML parts.\r
74 +\r
75 +  Calling notmuch reply with --format=json imposes the restriction that\r
76 +  only a single message is returned by the search, as replying to\r
77 +  multiple messages does not have a well-defined behavior. The default\r
78 +  retains its current behavior for multiple message replies.\r
79 +\r
80  Tag exclusion\r
81  \r
82    Tags can be automatically excluded from search results by adding them\r
83 @@ -48,6 +60,14 @@ Reply to sender\r
84    and search modes, 'r' has been bound to reply to sender, replacing\r
85    reply to all, which now has key binding 'R'.\r
86  \r
87 +Reply improvement using the JSON format\r
88 +\r
89 +  Emacs now uses the JSON reply format to create replies. It obeys\r
90 +  the customization variables message-citation-line-format and\r
91 +  message-citation-line-function when creating the first line of the\r
92 +  reply body, and it will quote HTML parts if no text/plain parts are\r
93 +  available.\r
94 +\r
95  More flexible and consistent tagging operations\r
96  \r
97    All tagging operations ("+", "-", "*") now accept multiple tags with\r
98 -- \r
99 1.7.5.4\r
100 \r