Re: [RFC PATCH 5/5] cli: add support for deduplicating based on case insensitive...
[notmuch-archives.git] / 4d / a21c1ef665abc289c34b3cc49e4984c249931d
1 Return-Path: <pieter@praet.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 ECA7E431FB6\r
6         for <notmuch@notmuchmail.org>; Wed, 22 Feb 2012 10:54:59 -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 BxjRIeGqNfCw for <notmuch@notmuchmail.org>;\r
16         Wed, 22 Feb 2012 10:54:59 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (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  13527431FAE    for <notmuch@notmuchmail.org>; Wed, 22 Feb 2012 10:54:58 -0800\r
21  (PST)\r
22 Received: by wgbdt12 with SMTP id dt12so318500wgb.2\r
23         for <notmuch@notmuchmail.org>; Wed, 22 Feb 2012 10:54:58 -0800 (PST)\r
24 Received-SPF: pass (google.com: domain of pieter@praet.org designates\r
25         10.180.103.97 as permitted sender) client-ip=10.180.103.97; \r
26 Authentication-Results: mr.google.com;\r
27         spf=pass (google.com: domain of pieter@praet.org\r
28         designates 10.180.103.97 as permitted sender)\r
29         smtp.mail=pieter@praet.org\r
30 Received: from mr.google.com ([10.180.103.97])\r
31         by 10.180.103.97 with SMTP id fv1mr38037791wib.17.1329936898069\r
32         (num_hops = 1); Wed, 22 Feb 2012 10:54:58 -0800 (PST)\r
33 Received: by 10.180.103.97 with SMTP id fv1mr31498115wib.17.1329936897991;\r
34         Wed, 22 Feb 2012 10:54:57 -0800 (PST)\r
35 Received: from localhost ([109.131.181.26])\r
36         by mx.google.com with ESMTPS id dr5sm75013043wib.0.2012.02.22.10.54.57\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Wed, 22 Feb 2012 10:54:57 -0800 (PST)\r
39 From: Pieter Praet <pieter@praet.org>\r
40 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>,\r
41         Notmuch Mail <notmuch@notmuchmail.org>\r
42 Subject: Re: [PATCH v2 3/4] test: emacs: new test "notmuch-search: when reply\r
43         is sent, parent message should be tagged 'replied'"\r
44 In-Reply-To: <87obstlmr7.fsf@gmail.com>\r
45 References: <1310313335-4159-1-git-send-email-pieter@praet.org>\r
46         <1329683908-5435-1-git-send-email-pieter@praet.org>\r
47         <1329683908-5435-4-git-send-email-pieter@praet.org>\r
48         <87obstlmr7.fsf@gmail.com>\r
49 User-Agent: Notmuch/0.11.1+210~g6afc43e (http://notmuchmail.org) Emacs/23.3.1\r
50         (x86_64-unknown-linux-gnu)\r
51 Date: Wed, 22 Feb 2012 19:52:45 +0100\r
52 Message-ID: <87hayi8zuq.fsf@praet.org>\r
53 MIME-Version: 1.0\r
54 Content-Type: text/plain; charset=us-ascii\r
55 X-Gm-Message-State:\r
56  ALoCoQn73FtFCfzOX6quH9/oX1ik/Tfxih4RgTxjNYdtsZ7nqRpfK/ehpDhM9taFaFssFzsdGx6m\r
57 X-BeenThere: notmuch@notmuchmail.org\r
58 X-Mailman-Version: 2.1.13\r
59 Precedence: list\r
60 List-Id: "Use and development of the notmuch mail system."\r
61         <notmuch.notmuchmail.org>\r
62 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
64 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
65 List-Post: <mailto:notmuch@notmuchmail.org>\r
66 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
67 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
68         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
69 X-List-Received-Date: Wed, 22 Feb 2012 18:55:00 -0000\r
70 \r
71 On Mon, 20 Feb 2012 16:20:28 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
72 > On Sun, 19 Feb 2012 21:38:27 +0100, Pieter Praet <pieter@praet.org> wrote:\r
73 > > When a message is replied to, it should be tagged `replied'.\r
74 > > ---\r
75 > >  test/emacs |    5 +++++\r
76 > >  1 files changed, 5 insertions(+), 0 deletions(-)\r
77 > > \r
78 > > diff --git a/test/emacs b/test/emacs\r
79 > > index 0f4f42b..b0fb760 100755\r
80 > > --- a/test/emacs\r
81 > > +++ b/test/emacs\r
82 > > @@ -314,6 +314,11 @@ Reply to a message via Emacs with fake SMTP\r
83 > >  EOF\r
84 > >  test_expect_equal_file OUTPUT EXPECTED\r
85 > >  \r
86 > > +test_begin_subtest "notmuch-search: when reply is sent, the parent message should be tagged 'replied'"\r
87 > > +# depends on subtest "notmuch-search: replying to a thread (sending)"\r
88 > > +output=$(notmuch search 'tag:replied' | notmuch_search_sanitize)\r
89\r
90 > Add subject:"testing message sent via SMTP" to the query to avoid\r
91 > potential collisions with other tests.\r
92 >\r
93 \r
94 Good point.\r
95 \r
96 Depends on the previous test though, which is postponed [1],\r
97 so I won't submit a v3 of this for the time being.\r
98 \r
99 \r
100 > Regards,\r
101 >   Dmitry\r
102\r
103 > > +test_expect_equal "$output" "thread:XXX   2000-01-01 [1/2] Notmuch Test Suite; Testing message sent via SMTP (inbox replied)"\r
104 > > +\r
105 > >  test_begin_subtest "Quote MML tags in reply"\r
106 > >  message_id='test-emacs-mml-quoting@message.id'\r
107 > >  add_message [id]="$message_id" \\r
108 > > -- \r
109 > > 1.7.8.1\r
110 > > \r
111 \r
112 \r
113 Peace\r
114 \r
115 -- \r
116 Pieter\r
117 \r
118 [1] id:"87k43e8zxb.fsf@praet.org"\r