Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / b5 / 5377574bfd7c8cbc1b3e08d468f75bcf9ba781
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 8E277431FC2\r
6         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:41:09 -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 AIZRA-S-CNhC for <notmuch@notmuchmail.org>;\r
16         Sun, 19 Feb 2012 12:41:08 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-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 38B88431FCB\r
21         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:41:08 -0800 (PST)\r
22 Received: by werp13 with SMTP id p13so3514077wer.26\r
23         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:41:05 -0800 (PST)\r
24 Received-SPF: pass (google.com: domain of pieter@praet.org designates\r
25         10.180.92.226 as permitted sender) client-ip=10.180.92.226; \r
26 Authentication-Results: mr.google.com;\r
27         spf=pass (google.com: domain of pieter@praet.org\r
28         designates 10.180.92.226 as permitted sender)\r
29         smtp.mail=pieter@praet.org\r
30 Received: from mr.google.com ([10.180.92.226])\r
31         by 10.180.92.226 with SMTP id cp2mr11856827wib.10.1329684065286\r
32         (num_hops = 1); Sun, 19 Feb 2012 12:41:05 -0800 (PST)\r
33 MIME-Version: 1.0\r
34 Received: by 10.180.92.226 with SMTP id cp2mr9915269wib.10.1329684065170;\r
35         Sun, 19 Feb 2012 12:41:05 -0800 (PST)\r
36 Received: from localhost (104.218-242-81.adsl-dyn.isp.belgacom.be.\r
37         [81.242.218.104])\r
38         by mx.google.com with ESMTPS id fl2sm29206950wib.4.2012.02.19.12.41.04\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sun, 19 Feb 2012 12:41:04 -0800 (PST)\r
41 From: Pieter Praet <pieter@praet.org>\r
42 To: Notmuch Mail <notmuch@notmuchmail.org>\r
43 Subject: [PATCH v2 1/4] test: emacs: rename subtest "Reply within emacs"\r
44 Date: Sun, 19 Feb 2012 21:38:25 +0100\r
45 Message-Id: <1329683908-5435-2-git-send-email-pieter@praet.org>\r
46 X-Mailer: git-send-email 1.7.8.1\r
47 In-Reply-To: <1329683908-5435-1-git-send-email-pieter@praet.org>\r
48 References: <1310313335-4159-1-git-send-email-pieter@praet.org>\r
49         <1329683908-5435-1-git-send-email-pieter@praet.org>\r
50 X-Gm-Message-State:\r
51  ALoCoQnUHXxs2zgtRTDlfmKh10MNh00UF0lJaLiE+JVyNp71eXH+5qTc4Up5t1qePYrpogKGKetY\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Sun, 19 Feb 2012 20:41:10 -0000\r
65 \r
66 Rename subtest "Reply within emacs" to "notmuch-search: replying to a\r
67 thread (composing)" as its title is misleading: it populates a reply\r
68 buffer but doesn't submit it.\r
69 ---\r
70  test/emacs |    2 +-\r
71  1 files changed, 1 insertions(+), 1 deletions(-)\r
72 \r
73 diff --git a/test/emacs b/test/emacs\r
74 index b74cfa9..308d749 100755\r
75 --- a/test/emacs\r
76 +++ b/test/emacs\r
77 @@ -255,7 +255,7 @@ Subject:\r
78  EOF\r
79  test_expect_equal_file OUTPUT EXPECTED\r
80  \r
81 -test_begin_subtest "Reply within emacs"\r
82 +test_begin_subtest "notmuch-search: replying to a thread (composing)"\r
83  test_emacs '(notmuch-search "subject:\"testing message sent via SMTP\"")\r
84             (notmuch-test-wait)\r
85             (notmuch-search-reply-to-thread)\r
86 -- \r
87 1.7.8.1\r
88 \r