Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 96 / 1f3e887750f70fd1683f833054214dfd082efe
1 Return-Path: <markwalters1009@gmail.com>\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 BDCA042116B\r
6         for <notmuch@notmuchmail.org>; Tue, 29 Oct 2013 15:56:12 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id P3f25hs4QKEO for <notmuch@notmuchmail.org>;\r
18         Tue, 29 Oct 2013 15:56:08 -0700 (PDT)\r
19 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com\r
20  [74.125.82.47])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  56AB6429E3C    for <notmuch@notmuchmail.org>; Tue, 29 Oct 2013 15:55:58 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f47.google.com with SMTP id c11so552382wgh.14\r
25         for <notmuch@notmuchmail.org>; Tue, 29 Oct 2013 15:55:57 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
28         bh=YQX5lvCWKtvKvdj2kqoVM1U0pGJ1eZne3/bvD1MJzL0=;\r
29         b=zYMbhX9fKEH45jMhndVMjNLWavFdaGtMq99YzyquME1gNKevNKizs5QexBnrKaqFvr\r
30         EHAQyxf6JEukbqkaY6IVyN677/2XwmUV0jWbt1ZZA1bASx3Y8gTl4hFkvl06Evopt5sv\r
31         wh0Jzxbwugy50BKqEOu77jnDhXmu97qX2oG4Zp+aGOp+F2q0tJjV7LAICOWxgrOgjUgr\r
32         5nA8yuaNX/heWO33fGN5SrSSO71H79gMa1Nq2yghIA3bjVMxaMG6sVT1qK9QGnd3my4Z\r
33         l4g1hsPXKH5v5YLlx9abEApRt4Mi6VMRE+KsVEQjy4CcCZEkQsz8Eiykwz1CAWI516qA\r
34         pE/Q==\r
35 X-Received: by 10.180.12.198 with SMTP id a6mr141323wic.38.1383087357216;\r
36         Tue, 29 Oct 2013 15:55:57 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id sg6sm9540779wic.9.2013.10.29.15.55.56\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Tue, 29 Oct 2013 15:55:56 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 08/11] test: tree: remove require from tests\r
45 Date: Tue, 29 Oct 2013 22:55:35 +0000\r
46 Message-Id: <1383087338-10220-9-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Tue, 29 Oct 2013 22:56:13 -0000\r
63 \r
64 Now tree is autoloaded we don't need to "require it" in the test.\r
65 ---\r
66  test/emacs-tree |    6 ------\r
67  1 files changed, 0 insertions(+), 6 deletions(-)\r
68 \r
69 diff --git a/test/emacs-tree b/test/emacs-tree\r
70 index 4e3b624..4bdfddd 100755\r
71 --- a/test/emacs-tree\r
72 +++ b/test/emacs-tree\r
73 @@ -9,7 +9,6 @@ add_email_corpus\r
74  \r
75  test_begin_subtest "Basic notmuch-tree view in emacs"\r
76  test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
77 -           (require (quote notmuch-tree))\r
78             (notmuch-tree "tag:inbox")\r
79             (notmuch-test-wait)\r
80             (test-output)\r
81 @@ -18,7 +17,6 @@ test_expect_equal_file OUTPUT $EXPECTED/notmuch-tree-tag-inbox\r
82  \r
83  test_begin_subtest "Refreshed notmuch-tree view in emacs"\r
84  test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
85 -           (require (quote notmuch-tree))\r
86             (notmuch-tree "tag:inbox")\r
87             (notmuch-test-wait)\r
88             (notmuch-tree-refresh-view)\r
89 @@ -33,7 +31,6 @@ test_expect_equal_file OUTPUT $EXPECTED/notmuch-tree-tag-inbox\r
90  \r
91  test_begin_subtest "Tag message in notmuch tree view (display)"\r
92  test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
93 -           (require (quote notmuch-tree))\r
94             (notmuch-tree "tag:inbox")\r
95             (notmuch-test-wait)\r
96             (forward-line)\r
97 @@ -48,7 +45,6 @@ test_expect_equal "$output" "id:877h1wv7mg.fsf@inf-8657.int-evry.fr"\r
98  \r
99  test_begin_subtest "Untag message in notmuch tree view"\r
100  test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
101 -           (require (quote notmuch-tree))\r
102             (notmuch-tree "tag:inbox")\r
103             (notmuch-test-wait)\r
104             (forward-line)\r
105 @@ -63,7 +59,6 @@ test_expect_equal "$output" ""\r
106  \r
107  test_begin_subtest "Tag thread in notmuch tree view"\r
108  test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
109 -           (require (quote notmuch-tree))\r
110             (notmuch-tree "tag:inbox")\r
111             (notmuch-test-wait)\r
112             ;; move to a sizable thread\r
113 @@ -86,7 +81,6 @@ id:20091117190054.GU3165@dottiness.seas.harvard.edu"\r
114  \r
115  test_begin_subtest "Untag thread in notmuch tree view"\r
116  test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
117 -           (require (quote notmuch-tree))\r
118             (notmuch-tree "tag:inbox")\r
119             (notmuch-test-wait)\r
120             ;; move to the same sizable thread as above\r
121 -- \r
122 1.7.9.1\r
123 \r