Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 00 / f4958bfb1defe798a9ef554a9e44bf1c4059bd
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 EE106429E32\r
6         for <notmuch@notmuchmail.org>; Thu,  5 Jan 2012 12:25:21 -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 QeQTqZS+YfDZ for <notmuch@notmuchmail.org>;\r
16         Thu,  5 Jan 2012 12:25:21 -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  5CCF8429E31    for <notmuch@notmuchmail.org>; Thu,  5 Jan 2012 12:25:21 -0800\r
21  (PST)\r
22 Received: by eekd41 with SMTP id d41so756745eek.26\r
23         for <notmuch@notmuchmail.org>; Thu, 05 Jan 2012 12:25:19 -0800 (PST)\r
24 Received: by 10.14.16.135 with SMTP id h7mr1277533eeh.19.1325795119773;\r
25         Thu, 05 Jan 2012 12:25:19 -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 t1sm238050812eeb.3.2012.01.05.12.25.17\r
29         (version=SSLv3 cipher=OTHER); Thu, 05 Jan 2012 12:25:18 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org,\r
32         david@tethera.net\r
33 Subject: [PATCH 0/4] notmuch reply bugfix & reply to sender only\r
34 Date: Thu,  5 Jan 2012 22:25:11 +0200\r
35 Message-Id: <cover.1325794371.git.jani@nikula.org>\r
36 X-Mailer: git-send-email 1.7.5.4\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Thu, 05 Jan 2012 20:25:22 -0000\r
50 \r
51 Hi all -\r
52 \r
53 Patch 1 is a bugfix worth considering for release branch independently. Included\r
54 in the same patchset as the following ones depend on it.\r
55 \r
56 The rest of the patches add reply-to-sender (as opposed to reply-to-all)\r
57 functionality to "notmuch reply" and emacs.\r
58 \r
59 Bikeshedding topic #1: How about making replying to just the sender the default\r
60 in "notmuch reply", and having --reply-all option (instead of --no-reply-all)?\r
61 \r
62 Bikeshedding topic #2: How about binding 'r' to reply to just the sender by\r
63 default, and making 'R' reply-all (instead of vice versa)?\r
64 \r
65 Obviously, this set is missing tests and documentation, but I'd like to get the\r
66 first round of review and the above topics settled first. :)\r
67 \r
68 \r
69 BR,\r
70 Jani.\r
71 \r
72 \r
73 Jani Nikula (4):\r
74   cli: fix use of uninitialized variable in "notmuch reply"\r
75   cli: convert "notmuch reply" to use the new argument parser\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 of messages and\r
78     threads\r
79 \r
80  emacs/notmuch-mua.el  |    8 ++-\r
81  emacs/notmuch-show.el |   12 ++++-\r
82  emacs/notmuch.el      |   11 ++++-\r
83  notmuch-reply.c       |  129 ++++++++++++++++++++++++++----------------------\r
84  4 files changed, 93 insertions(+), 67 deletions(-)\r
85 \r
86 -- \r
87 1.7.5.4\r
88 \r