[PATCH] emacs: make the remaining faces configurable.
[notmuch-archives.git] / 99 / 1336619d9dd498387286e109340edb5076c53c
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 arlo.cworth.org (Postfix) with ESMTP id EE9336DE13CC\r
6  for <notmuch@notmuchmail.org>; Mon,  3 Aug 2015 23:50:29 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.148\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.148 tagged_above=-999 required=5 tests=[AWL=0.138, \r
12  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id MNAbZZdv66AG for <notmuch@notmuchmail.org>;\r
16  Mon,  3 Aug 2015 23:50:28 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 1B6556DE10C1\r
19  for <notmuch@notmuchmail.org>; Mon,  3 Aug 2015 23:50:28 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <bremner@tesseract.cs.unb.ca>)\r
22  id 1ZMW2I-0000QM-Ui; Tue, 04 Aug 2015 06:49:18 +0000\r
23 Received: (nullmailer pid 17846 invoked by uid 1000); Tue, 04 Aug 2015\r
24  06:48:53 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Tomi Ollila <tomi.ollila@iki.fi>, David Bremner <david@tethera.net>\r
27 Subject: [PATCH 1/3] test: don't claim single message mbox support is going\r
28  away\r
29 Date: Tue,  4 Aug 2015 08:48:32 +0200\r
30 Message-Id: <1438670914-17203-2-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.1.4\r
32 In-Reply-To: <1438670914-17203-1-git-send-email-david@tethera.net>\r
33 References: <m2a8ua2gm9.fsf@guru.guru-group.fi>\r
34  <1438670914-17203-1-git-send-email-david@tethera.net>\r
35 Cc: notmuch@notmuchmail.org\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.18\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40  <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 04 Aug 2015 06:50:30 -0000\r
49 \r
50 We gave up on this.\r
51 ---\r
52  test/T050-new.sh | 13 ++++++++-----\r
53  1 file changed, 8 insertions(+), 5 deletions(-)\r
54 \r
55 diff --git a/test/T050-new.sh b/test/T050-new.sh\r
56 index e6c3291..66ea10f 100755\r
57 --- a/test/T050-new.sh\r
58 +++ b/test/T050-new.sh\r
59 @@ -63,15 +63,18 @@ test_begin_subtest "Renamed message"\r
60  generate_message\r
61  notmuch new > /dev/null\r
62  mv "$gen_msg_filename" "${gen_msg_filename}"-renamed\r
63 -output=$(NOTMUCH_NEW)\r
64 -test_expect_equal "$output" "No new mail. Detected 1 file rename."\r
65 +output=$(NOTMUCH_NEW --debug)\r
66 +test_expect_equal "$output" "(D) add_files_recursive, pass 2: queuing passed file ${gen_msg_filename} for deletion from database\r
67 +No new mail. Detected 1 file rename."\r
68  \r
69  \r
70  test_begin_subtest "Deleted message"\r
71  \r
72  rm "${gen_msg_filename}"-renamed\r
73 -output=$(NOTMUCH_NEW)\r
74 -test_expect_equal "$output" "No new mail. Removed 1 message."\r
75 +output=$(NOTMUCH_NEW --debug)\r
76 +test_expect_equal "$output" "(D) add_files_recursive, pass 3: queuing leftover file ${gen_msg_filename}-renamed for deletion from database\r
77 +No new mail. Removed 1 message."\r
78 +\r
79  \r
80  \r
81  test_begin_subtest "Renamed directory"\r
82 @@ -163,7 +166,7 @@ rm -rf "${MAIL_DIR}"/two\r
83  output=$(NOTMUCH_NEW)\r
84  test_expect_equal "$output" "No new mail. Removed 3 messages."\r
85  \r
86 -test_begin_subtest "Support single-message mbox (deprecated)"\r
87 +test_begin_subtest "Support single-message mbox"\r
88  cat > "${MAIL_DIR}"/mbox_file1 <<EOF\r
89  From test_suite@notmuchmail.org Fri Jan  5 15:43:57 2001\r
90  From: Notmuch Test Suite <test_suite@notmuchmail.org>\r
91 -- \r
92 2.1.4\r
93 \r