Re: [PATCH 5/5] lib: Add "lastmod:" queries for filtering by last modification
[notmuch-archives.git] / 03 / 73fcf42394382f848acd40d733f905d32c562a
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 4A051429E25\r
6         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 13:40:27 -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 UWEyI7ILpvGZ for <notmuch@notmuchmail.org>;\r
16         Thu, 12 Jan 2012 13:40:26 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.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 B372B431FB6\r
21         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 13:40:26 -0800 (PST)\r
22 Received: by wibhr12 with SMTP id hr12so1742120wib.26\r
23         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 13:40:24 -0800 (PST)\r
24 Received: by 10.180.76.235 with SMTP id n11mr3758412wiw.11.1326404424231;\r
25         Thu, 12 Jan 2012 13:40:24 -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 v28sm7860402wbo.18.2012.01.12.13.40.21\r
29         (version=SSLv3 cipher=OTHER); Thu, 12 Jan 2012 13:40:22 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v4 0/5] reply to sender\r
33 Date: Thu, 12 Jan 2012 23:40:14 +0200\r
34 Message-Id: <cover.1326403905.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: Thu, 12 Jan 2012 21:40:27 -0000\r
51 \r
52 Hi all, changes since v3:\r
53 \r
54 Split the first patch into two, the first one refactoring the reply/from address\r
55 scanning, and the second one adding the actual reply-to-sender feature. This\r
56 addresses Austins comments in id:"20120112033146.GU20796@mit.edu" (and does\r
57 improve the code).\r
58 \r
59 Patches 3-5 remain unchanged.\r
60 \r
61 \r
62 BR,\r
63 Jani.\r
64 \r
65 \r
66 Jani Nikula (4):\r
67   cli: slightly refactor "notmuch reply" address scanning functions\r
68   cli: add support for replying just to the sender in "notmuch reply"\r
69   emacs: add support for replying just to the sender\r
70   emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all\r
71 \r
72 Mark Walters (1):\r
73   test: add tests for "notmuch reply" --reply-to=sender\r
74 \r
75  emacs/notmuch-mua.el     |    9 ++-\r
76  emacs/notmuch-show.el    |   12 ++-\r
77  emacs/notmuch.el         |   11 ++-\r
78  man/man1/notmuch-reply.1 |   28 +++++-\r
79  notmuch-reply.c          |  122 +++++++++++++++++----------\r
80  test/notmuch-test        |    1 +\r
81  test/reply-to-sender     |  209 ++++++++++++++++++++++++++++++++++++++++++++++\r
82  7 files changed, 335 insertions(+), 57 deletions(-)\r
83  create mode 100755 test/reply-to-sender\r
84 \r
85 -- \r
86 1.7.5.4\r
87 \r