[PATCH 0/2] Enhancements to notmuch-hello search history
[notmuch-archives.git] / 1b / 2fa36007e2dc7483d9929990b922b507fbfbeb
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 562F1431FD0\r
6         for <notmuch@notmuchmail.org>; Tue,  1 Nov 2011 12:58:44 -0700 (PDT)\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 8-9m6-j4ng84 for <notmuch@notmuchmail.org>;\r
16         Tue,  1 Nov 2011 12:58:43 -0700 (PDT)\r
17 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
18         [74.125.82.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 B1A01431FB6\r
21         for <notmuch@notmuchmail.org>; Tue,  1 Nov 2011 12:58:43 -0700 (PDT)\r
22 Received: by wyg8 with SMTP id 8so2020654wyg.26\r
23         for <notmuch@notmuchmail.org>; Tue, 01 Nov 2011 12:58:42 -0700 (PDT)\r
24 Received: by 10.227.206.147 with SMTP id fu19mr1266484wbb.22.1320177522248;\r
25         Tue, 01 Nov 2011 12:58:42 -0700 (PDT)\r
26 Received: from localhost ([109.131.187.47])\r
27         by mx.google.com with ESMTPS id fr4sm132858wbb.0.2011.11.01.12.58.41\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Tue, 01 Nov 2011 12:58:41 -0700 (PDT)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Thomas Jost <schnouki@schnouki.net>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH 04/13] test: add 'Emacs' prereq to dependent 'emacs' tests\r
33 In-Reply-To: <1317660447-27520-5-git-send-email-schnouki@schnouki.net>\r
34 References: <1317660447-27520-1-git-send-email-schnouki@schnouki.net>\r
35         <1317660447-27520-5-git-send-email-schnouki@schnouki.net>\r
36 User-Agent: Notmuch/0.9+33~gadde72d (http://notmuchmail.org) Emacs/23.3.1\r
37         (x86_64-unknown-linux-gnu)\r
38 Date: Tue, 01 Nov 2011 20:57:59 +0100\r
39 Message-ID: <87fwi7obso.fsf@praet.org>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 01 Nov 2011 19:58:44 -0000\r
55 \r
56 On Mon,  3 Oct 2011 18:47:18 +0200, Thomas Jost <schnouki@schnouki.net> wrote:\r
57 > [...]\r
58 \r
59 Nice catches @\r
60 \r
61   - "Sending a message via (fake) SMTP"\r
62   - "Hiding message following HTML part"\r
63 \r
64 (though I think the latter test wasn't there yet when I submitted my\r
65 patch series)\r
66 \r
67 \r
68 New "issues":\r
69 \r
70   - The SCREEN prereq would preferrably be added in a separate commit.\r
71 \r
72   - @ "Verify that sent messages are saved/searchable (via FCC)":\r
73 \r
74     This doesn't need an EMACS prereq.\r
75 \r
76   - @ "Reply within emacs":\r
77 \r
78     `sed' will want to treat "EMACS" as an input file, so I think you\r
79     meant to do this:\r
80 \r
81       test_have_prereq EMACS \\r
82         && sed -i -e 's/^In-Reply-To: <.*>$/In-Reply-To: <XXX>/' OUTPUT\r
83 \r
84 \r
85 Peace\r
86 \r
87 -- \r
88 Pieter\r