notmuch search and tags
[notmuch-archives.git] / 35 / e14706de01674a32aa1c6a35f970d166a1668e
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 3494C431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 11:54:11 -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 9PJmR72y7I-x for <notmuch@notmuchmail.org>;\r
16         Tue, 10 Jan 2012 11:54:10 -0800 (PST)\r
17 Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
18  [74.125.83.53])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  8241A431FB6    for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 11:54:10 -0800\r
21  (PST)\r
22 Received: by eeke51 with SMTP id e51so593109eek.26\r
23         for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 11:54:09 -0800 (PST)\r
24 Received: by 10.14.123.10 with SMTP id u10mr8251041eeh.71.1326225249037;\r
25         Tue, 10 Jan 2012 11:54:09 -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 15sm57219696eeu.1.2012.01.10.11.54.05\r
29         (version=SSLv3 cipher=OTHER); Tue, 10 Jan 2012 11:54:07 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v3 0/4] reply to sender\r
33 Date: Tue, 10 Jan 2012 21:54:00 +0200\r
34 Message-Id: <cover.1326224339.git.jani@nikula.org>\r
35 X-Mailer: git-send-email 1.7.5.4\r
36 In-Reply-To: <cover.1325794371.git.jani@nikula.org>\r
37 References: <cover.1325794371.git.jani@nikula.org>\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Tue, 10 Jan 2012 19:54:12 -0000\r
51 \r
52 Hi all, v3 of the reply-to-sender series.\r
53 \r
54 Changes since v2:\r
55 \r
56 - Patches 1 and 2 of the original series were pushed already.\r
57 \r
58 - Patch 1: Don't force recipient type, based on comment by Mark\r
59   (id:"877h11eq3g.fsf@qmul.ac.uk"). Fix man page accordinly, and clean\r
60   up the wording a bit otherwise too.\r
61 \r
62 - Patch 4: Fix according to above change, reverting back to Mark's\r
63   original patch.\r
64 \r
65 There have now been comments for and against patch 3 (rebinding 'r'\r
66 for reply-to-sender and 'R' for reply-to-all). Perhaps there are just\r
67 too many people that are used to 'r' for reply-to-all by now. I'll\r
68 just leave it up to David be the referee here. ;)\r
69 \r
70 \r
71 BR,\r
72 Jani.\r
73 \r
74 \r
75 Jani Nikula (3):\r
76   cli: add support for replying just to the sender in "notmuch reply"\r
77   emacs: add support for replying just to the sender\r
78   emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all\r
79 \r
80 Mark Walters (1):\r
81   test: add tests for "notmuch reply" --reply-to=sender\r
82 \r
83  emacs/notmuch-mua.el     |    9 ++-\r
84  emacs/notmuch-show.el    |   12 ++-\r
85  emacs/notmuch.el         |   11 ++-\r
86  man/man1/notmuch-reply.1 |   28 +++++-\r
87  notmuch-reply.c          |   70 ++++++++++++----\r
88  test/notmuch-test        |    1 +\r
89  test/reply-to-sender     |  209 ++++++++++++++++++++++++++++++++++++++++++++++\r
90  7 files changed, 310 insertions(+), 30 deletions(-)\r
91  create mode 100755 test/reply-to-sender\r
92 \r
93 -- \r
94 1.7.5.4\r
95 \r