Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / bf / 51108236995266af92d59ea7f52bc7d4007a27
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 74BE9415121\r
6         for <notmuch@notmuchmail.org>; Sun,  8 Jan 2012 13:48:42 -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 fQFuUNsRggH1 for <notmuch@notmuchmail.org>;\r
16         Sun,  8 Jan 2012 13:48:42 -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  DA2C6415120    for <notmuch@notmuchmail.org>; Sun,  8 Jan 2012 13:48:41 -0800\r
21  (PST)\r
22 Received: by eekd41 with SMTP id d41so2496075eek.26\r
23         for <notmuch@notmuchmail.org>; Sun, 08 Jan 2012 13:48:40 -0800 (PST)\r
24 Received: by 10.14.95.140 with SMTP id p12mr5217745eef.105.1326059320524;\r
25         Sun, 08 Jan 2012 13:48:40 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23]) by mx.google.com with ESMTPS id\r
28         y12sm281188307eeb.11.2012.01.08.13.48.37\r
29         (version=SSLv3 cipher=OTHER); Sun, 08 Jan 2012 13:48:39 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v2 0/6] reply to sender\r
33 Date: Sun,  8 Jan 2012 23:48:29 +0200\r
34 Message-Id: <cover.1326058946.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: Sun, 08 Jan 2012 21:48:42 -0000\r
51 \r
52 Hi all, here's v2 of the reply-to-sender series.\r
53 \r
54 Patches 1 & 2 are exactly the same as before.\r
55 \r
56 Changes since first version:\r
57 \r
58 - Patch 3: Settle on --reply-to=(all|sender) option for "notmuch\r
59   reply". This was originally Carl Worth's suggestion, predates this\r
60   patch set, and, as you'd expect, is in line with the rest of the\r
61   CLI. Acked by David on IRC.\r
62 \r
63 - Patch 3: Handle replying to user's own messages gracefully. Credits\r
64   to Mark Walters for his earlier work on this.\r
65 \r
66 - Patch 3: Update man page.\r
67 \r
68 - Patch 4: Change emacs implementation to keep old function names for\r
69   old reply-to-all functionality, and add new reply-to-sender versions\r
70   for new functionality, instead of vice versa. Suggested by Mark\r
71   Walters.\r
72 \r
73 - Add patch 5 to change emacs keybindings, 'r' for reply-to-sender,\r
74   'R' for reply-to-all. I think everyone was in favour of this.\r
75 \r
76 - Add patch 6, written by Mark Winters, to test the cli.\r
77 \r
78 Comments are, as always, welcome.\r
79 \r
80 \r
81 BR,\r
82 Jani.\r
83 \r
84 Jani Nikula (5):\r
85   cli: fix use of uninitialized variable in "notmuch reply"\r
86   cli: convert "notmuch reply" to use the new argument parser\r
87   cli: add support for replying just to the sender in "notmuch reply"\r
88   emacs: add support for replying just to the sender\r
89   emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all\r
90 \r
91 Mark Walters (1):\r
92   test: add tests for "notmuch reply" --reply-to=sender\r
93 \r
94  emacs/notmuch-mua.el     |    9 ++-\r
95  emacs/notmuch-show.el    |   12 ++-\r
96  emacs/notmuch.el         |   11 ++-\r
97  man/man1/notmuch-reply.1 |   28 +++++-\r
98  notmuch-reply.c          |  155 ++++++++++++++++++++++------------\r
99  test/notmuch-test        |    1 +\r
100  test/reply-to-sender     |  209 ++++++++++++++++++++++++++++++++++++++++++++++\r
101  7 files changed, 356 insertions(+), 69 deletions(-)\r
102  create mode 100755 test/reply-to-sender\r
103 \r
104 -- \r
105 1.7.5.4\r
106 \r