Re: emacs complains about encoding?
[notmuch-archives.git] / ee / a28c7043eadc3c654c0c51febaa0d3da445118
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 DCF56429E4E\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 06:46:25 -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 36l-R0hK-8oX for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Jan 2012 06:46:25 -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  1F3C0429E51    for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 06:46:24 -0800\r
21  (PST)\r
22 Received: by eekd41 with SMTP id d41so20490eek.26\r
23         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 06:46:23 -0800 (PST)\r
24 Received: by 10.213.22.139 with SMTP id n11mr1459449ebb.14.1326552383604;\r
25         Sat, 14 Jan 2012 06:46:23 -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 e12sm44655965eea.5.2012.01.14.06.46.20\r
29         (version=SSLv3 cipher=OTHER); Sat, 14 Jan 2012 06:46:21 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v5 0/5] reply to sender\r
33 Date: Sat, 14 Jan 2012 16:46:14 +0200\r
34 Message-Id: <cover.1326551350.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: Sat, 14 Jan 2012 14:46:26 -0000\r
51 \r
52 Hi all, hopefully the final round with only the comment and commit\r
53 message fixes to issues in patches 1 and 2 spotted by Austin and\r
54 Mark. Thanks again for a thorough review!\r
55 \r
56 BR,\r
57 Jani.\r
58 \r
59 Jani Nikula (4):\r
60   cli: slightly refactor "notmuch reply" address scanning functions\r
61   cli: add support for replying just to the sender in "notmuch reply"\r
62   emacs: add support for replying just to the sender\r
63   emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all\r
64 \r
65 Mark Walters (1):\r
66   test: add tests for "notmuch reply" --reply-to=sender\r
67 \r
68  emacs/notmuch-mua.el     |    9 ++-\r
69  emacs/notmuch-show.el    |   12 ++-\r
70  emacs/notmuch.el         |   11 ++-\r
71  man/man1/notmuch-reply.1 |   28 +++++-\r
72  notmuch-reply.c          |  129 ++++++++++++++++++----------\r
73  test/notmuch-test        |    1 +\r
74  test/reply-to-sender     |  209 ++++++++++++++++++++++++++++++++++++++++++++++\r
75  7 files changed, 340 insertions(+), 59 deletions(-)\r
76  create mode 100755 test/reply-to-sender\r
77 \r
78 -- \r
79 1.7.5.4\r
80 \r