Re: notmuch on w32
[notmuch-archives.git] / 1b / 384e54fab49a916294fa34e51810239b2da890
1 Return-Path: <jani@nikula.org>\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 02FEA429E50\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 08:39:38 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 veSfbFQKi-nT for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Jan 2012 08:39:34 -0800 (PST)\r
17 Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
18         [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6E3D6429E4E\r
21         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 08:39:34 -0800 (PST)\r
22 Received: by eaah10 with SMTP id h10so754220eaa.26\r
23         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 08:39:33 -0800 (PST)\r
24 Received: by 10.213.28.207 with SMTP id n15mr834766ebc.92.1326559173058;\r
25         Sat, 14 Jan 2012 08:39:33 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id u53sm45895482eeu.6.2012.01.14.08.39.30\r
29         (version=SSLv3 cipher=OTHER); Sat, 14 Jan 2012 08:39:31 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH] NEWS: add news items for reply to sender\r
33 Date: Sat, 14 Jan 2012 18:39:28 +0200\r
34 Message-Id: <1326559168-29178-1-git-send-email-jani@nikula.org>\r
35 X-Mailer: git-send-email 1.7.5.4\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sat, 14 Jan 2012 16:39:39 -0000\r
49 \r
50 ---\r
51  NEWS |   23 +++++++++++++++++++++++\r
52  1 files changed, 23 insertions(+), 0 deletions(-)\r
53 \r
54 diff --git a/NEWS b/NEWS\r
55 index bf21e64..1161c22 100644\r
56 --- a/NEWS\r
57 +++ b/NEWS\r
58 @@ -1,3 +1,26 @@\r
59 +Notmuch 0.12 (2012-xx-xx)\r
60 +=========================\r
61 +\r
62 +Command-Line Interface\r
63 +----------------------\r
64 +\r
65 +Reply to sender\r
66 +\r
67 +  "notmuch reply" has gained the ability to create a reply template\r
68 +  for replying just to the sender of the message, in addition to reply\r
69 +  to all. The feature is available through the new command line option\r
70 +  --reply-to=(all|sender).\r
71 +\r
72 +Emacs Interface\r
73 +---------------\r
74 +\r
75 +Reply to sender\r
76 +\r
77 +  The Emacs interface has, with the new CLI support, gained the\r
78 +  ability to reply to sender in addition to reply to all. In both show\r
79 +  and search modes, 'r' has been bound to reply to sender, replacing\r
80 +  reply to all, which now has key binding 'R'.\r
81 +\r
82  Notmuch 0.11 (2012-01-13)\r
83  =========================\r
84  \r
85 -- \r
86 1.7.5.4\r
87 \r