Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9d / 0c96fd4ff89fec822746fc7f622be00e732df2
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 C186941ED91\r
6         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:03:23 -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.202\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.202 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         NORMAL_HTTP_TO_IP=0.001, 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 fNkQFfbx3BEO for <notmuch@notmuchmail.org>;\r
18         Wed, 15 Feb 2012 01:03:18 -0800 (PST)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 4CED641ED7C\r
23         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:03:16 -0800 (PST)\r
24 Received: by mail-we0-f181.google.com with SMTP id p13so603332wer.26\r
25         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:03:16 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references\r
28         :mime-version:content-type:content-transfer-encoding;\r
29         bh=BoqCjvH/qrRodiooalUu9qeE1gyUo9xNYwfwn6Gk3Xo=;\r
30         b=XtYsqWyyjTGbPLgRG4L38LXpWhEkSQ7tSc/m5DReox2C10D0rybus3M0NxqElFbzX8\r
31         CFm2ihMy1RxSBviXK6ylSeYf+i7DdCi+zXOt/fYdUVPJ9eyEmoq/ygvgPYQHeMIrYuok\r
32         Ya+FQpV7naIL67JbcW6sEiAjnxvi1uYrG6h0M=\r
33 Received: by 10.180.90.212 with SMTP id by20mr34440570wib.12.1329296595987;\r
34         Wed, 15 Feb 2012 01:03:15 -0800 (PST)\r
35 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
36  [94.192.233.223])      by mx.google.com with ESMTPS id\r
37  ft8sm32090148wib.11.2012.02.15.01.03.14        (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Wed, 15 Feb 2012 01:03:15 -0800 (PST)\r
39 From: Mark Walters <markwalters1009@gmail.com>\r
40 To: notmuch@notmuchmail.org\r
41 Subject: [RFC PATCH v5 09/11] test: update tests to reflect the exclude flag\r
42 Date: Wed, 15 Feb 2012 09:03:37 +0000\r
43 Message-Id: <1329296619-7463-10-git-send-email-markwalters1009@gmail.com>\r
44 X-Mailer: git-send-email 1.7.2.3\r
45 In-Reply-To: <1329296619-7463-1-git-send-email-markwalters1009@gmail.com>\r
46 References: <1329296619-7463-1-git-send-email-markwalters1009@gmail.com>\r
47 MIME-Version: 1.0\r
48 Content-Type: text/plain; charset=UTF-8\r
49 Content-Transfer-Encoding: 8bit\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: Wed, 15 Feb 2012 09:03:24 -0000\r
63 \r
64 notmuch show outputs the exclude flag so many tests using notmuch\r
65 show failed. This commit adds "excluded:0" or "excluded: false" to\r
66 the expected outputs. After this commit there should be no failing\r
67 tests.\r
68 ---\r
69  test/crypto        |    9 ++++++++-\r
70  test/encoding      |    2 +-\r
71  test/json          |    6 +++---\r
72  test/maildir-sync  |    1 +\r
73  test/multipart     |    4 ++--\r
74  test/thread-naming |   16 ++++++++--------\r
75  6 files changed, 23 insertions(+), 15 deletions(-)\r
76 \r
77 diff --git a/test/crypto b/test/crypto\r
78 index 1dbb60a..564cf9a 100755\r
79 --- a/test/crypto\r
80 +++ b/test/crypto\r
81 @@ -43,6 +43,7 @@ output=$(notmuch show --format=json --verify subject:"test signed message 001" \\r
82      | sed -e 's|"created": [1234567890]*|"created": 946728000|')\r
83  expected='[[[{"id": "XXXXX",\r
84   "match": true,\r
85 + "excluded": false,\r
86   "filename": "YYYYY",\r
87   "timestamp": 946728000,\r
88   "date_relative": "2000-01-01",\r
89 @@ -77,6 +78,7 @@ output=$(notmuch show --format=json --verify subject:"test signed message 001" \\r
90      | sed -e 's|"created": [1234567890]*|"created": 946728000|')\r
91  expected='[[[{"id": "XXXXX",\r
92   "match": true,\r
93 + "excluded": false,\r
94   "filename": "YYYYY",\r
95   "timestamp": 946728000,\r
96   "date_relative": "2000-01-01",\r
97 @@ -113,6 +115,7 @@ output=$(notmuch show --format=json --verify subject:"test signed message 001" \\r
98      | sed -e 's|"created": [1234567890]*|"created": 946728000|')\r
99  expected='[[[{"id": "XXXXX",\r
100   "match": true,\r
101 + "excluded": false,\r
102   "filename": "YYYYY",\r
103   "timestamp": 946728000,\r
104   "date_relative": "2000-01-01",\r
105 @@ -153,7 +156,7 @@ test_begin_subtest "decryption, --format=text"\r
106  output=$(notmuch show --format=text --decrypt subject:"test encrypted message 001" \\r
107      | notmuch_show_sanitize_all \\r
108      | sed -e 's|"created": [1234567890]*|"created": 946728000|')\r
109 -expected='\f\r
110 message{ id:XXXXX depth:0 match:1 filename:XXXXX\r
111 +expected='\f\r
112 message{ id:XXXXX depth:0 match:1 excluded:0 filename:XXXXX\r
113  \f\r
114 header{\r
115  Notmuch Test Suite <test_suite@notmuchmail.org> (2000-01-01) (encrypted inbox)\r
116  Subject: test encrypted message 001\r
117 @@ -187,6 +190,7 @@ output=$(notmuch show --format=json --decrypt subject:"test encrypted message 00\r
118      | sed -e 's|"created": [1234567890]*|"created": 946728000|')\r
119  expected='[[[{"id": "XXXXX",\r
120   "match": true,\r
121 + "excluded": false,\r
122   "filename": "YYYYY",\r
123   "timestamp": 946728000,\r
124   "date_relative": "2000-01-01",\r
125 @@ -242,6 +246,7 @@ output=$(notmuch show --format=json --decrypt subject:"test encrypted message 00\r
126      | sed -e 's|"created": [1234567890]*|"created": 946728000|')\r
127  expected='[[[{"id": "XXXXX",\r
128   "match": true,\r
129 + "excluded": false,\r
130   "filename": "YYYYY",\r
131   "timestamp": 946728000,\r
132   "date_relative": "2000-01-01",\r
133 @@ -277,6 +282,7 @@ output=$(notmuch show --format=json --decrypt subject:"test encrypted message 00\r
134      | sed -e 's|"created": [1234567890]*|"created": 946728000|')\r
135  expected='[[[{"id": "XXXXX",\r
136   "match": true,\r
137 + "excluded": false,\r
138   "filename": "YYYYY",\r
139   "timestamp": 946728000,\r
140   "date_relative": "2000-01-01",\r
141 @@ -332,6 +338,7 @@ output=$(notmuch show --format=json --verify subject:"test signed message 001" \\r
142      | sed -e 's|"created": [1234567890]*|"created": 946728000|')\r
143  expected='[[[{"id": "XXXXX",\r
144   "match": true,\r
145 + "excluded": false,\r
146   "filename": "YYYYY",\r
147   "timestamp": 946728000,\r
148   "date_relative": "2000-01-01",\r
149 diff --git a/test/encoding b/test/encoding\r
150 index 33259c1..a872345 100755\r
151 --- a/test/encoding\r
152 +++ b/test/encoding\r
153 @@ -6,7 +6,7 @@ test_begin_subtest "Message with text of unknown charset"\r
154  add_message '[content-type]="text/plain; charset=unknown-8bit"' \\r
155             "[body]=irrelevant"\r
156  output=$(notmuch show id:${gen_msg_id} 2>&1 | notmuch_show_sanitize)\r
157 -test_expect_equal "$output" "\f\r
158 message{ id:msg-001@notmuch-test-suite depth:0 match:1 filename:/XXX/mail/msg-001\r
159 +test_expect_equal "$output" "\f\r
160 message{ id:msg-001@notmuch-test-suite depth:0 match:1 excluded:0 filename:/XXX/mail/msg-001\r
161  \f\r
162 header{\r
163  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-05) (inbox unread)\r
164  Subject: Test message #1\r
165 diff --git a/test/json b/test/json\r
166 index 7df4380..f95fcf8 100755\r
167 --- a/test/json\r
168 +++ b/test/json\r
169 @@ -5,7 +5,7 @@ test_description="--format=json output"\r
170  test_begin_subtest "Show message: json"\r
171  add_message "[subject]=\"json-show-subject\"" "[date]=\"Sat, 01 Jan 2000 12:00:00 -0000\"" "[body]=\"json-show-message\""\r
172  output=$(notmuch show --format=json "json-show-message")\r
173 -test_expect_equal "$output" "[[[{\"id\": \"${gen_msg_id}\", \"match\": true, \"filename\": \"${gen_msg_filename}\", \"timestamp\": 946728000, \"date_relative\": \"2000-01-01\", \"tags\": [\"inbox\",\"unread\"], \"headers\": {\"Subject\": \"json-show-subject\", \"From\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"To\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"Cc\": \"\", \"Bcc\": \"\", \"Date\": \"Sat, 01 Jan 2000 12:00:00 -0000\"}, \"body\": [{\"id\": 1, \"content-type\": \"text/plain\", \"content\": \"json-show-message\n\"}]}, []]]]"\r
174 +test_expect_equal "$output" "[[[{\"id\": \"${gen_msg_id}\", \"match\": true, \"excluded\": false, \"filename\": \"${gen_msg_filename}\", \"timestamp\": 946728000, \"date_relative\": \"2000-01-01\", \"tags\": [\"inbox\",\"unread\"], \"headers\": {\"Subject\": \"json-show-subject\", \"From\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"To\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"Cc\": \"\", \"Bcc\": \"\", \"Date\": \"Sat, 01 Jan 2000 12:00:00 -0000\"}, \"body\": [{\"id\": 1, \"content-type\": \"text/plain\", \"content\": \"json-show-message\n\"}]}, []]]]"\r
175  \r
176  test_begin_subtest "Search message: json"\r
177  add_message "[subject]=\"json-search-subject\"" "[date]=\"Sat, 01 Jan 2000 12:00:00 -0000\"" "[body]=\"json-search-message\""\r
178 @@ -22,7 +22,7 @@ test_expect_equal "$output" "[{\"thread\": \"XXX\",\r
179  test_begin_subtest "Show message: json, utf-8"\r
180  add_message "[subject]=\"json-show-utf8-body-sübjéct\"" "[date]=\"Sat, 01 Jan 2000 12:00:00 -0000\"" "[body]=\"jsön-show-méssage\""\r
181  output=$(notmuch show --format=json "jsön-show-méssage")\r
182 -test_expect_equal "$output" "[[[{\"id\": \"${gen_msg_id}\", \"match\": true, \"filename\": \"${gen_msg_filename}\", \"timestamp\": 946728000, \"date_relative\": \"2000-01-01\", \"tags\": [\"inbox\",\"unread\"], \"headers\": {\"Subject\": \"json-show-utf8-body-sübjéct\", \"From\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"To\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"Cc\": \"\", \"Bcc\": \"\", \"Date\": \"Sat, 01 Jan 2000 12:00:00 -0000\"}, \"body\": [{\"id\": 1, \"content-type\": \"text/plain\", \"content\": \"jsön-show-méssage\n\"}]}, []]]]"\r
183 +test_expect_equal "$output" "[[[{\"id\": \"${gen_msg_id}\", \"match\": true, \"excluded\": false, \"filename\": \"${gen_msg_filename}\", \"timestamp\": 946728000, \"date_relative\": \"2000-01-01\", \"tags\": [\"inbox\",\"unread\"], \"headers\": {\"Subject\": \"json-show-utf8-body-sübjéct\", \"From\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"To\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"Cc\": \"\", \"Bcc\": \"\", \"Date\": \"Sat, 01 Jan 2000 12:00:00 -0000\"}, \"body\": [{\"id\": 1, \"content-type\": \"text/plain\", \"content\": \"jsön-show-méssage\n\"}]}, []]]]"\r
184  \r
185  test_begin_subtest "Show message: json, inline attachment filename"\r
186  subject='json-show-inline-attachment-filename'\r
187 @@ -35,7 +35,7 @@ emacs_deliver_message \\r
188       (insert \"Message-ID: <$id>\n\")"\r
189  output=$(notmuch show --format=json "id:$id")\r
190  filename=$(notmuch search --output=files "id:$id")\r
191 -test_expect_equal "$output" "[[[{\"id\": \"$id\", \"match\": true, \"filename\": \"$filename\", \"timestamp\": 946728000, \"date_relative\": \"2000-01-01\", \"tags\": [\"inbox\"], \"headers\": {\"Subject\": \"$subject\", \"From\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"To\": \"test_suite@notmuchmail.org\", \"Cc\": \"\", \"Bcc\": \"\", \"Date\": \"01 Jan 2000 12:00:00 -0000\"}, \"body\": [{\"id\": 1, \"content-type\": \"multipart/mixed\", \"content\": [{\"id\": 2, \"content-type\": \"text/plain\", \"content\": \"This is a test message with inline attachment with a filename\"}, {\"id\": 3, \"content-type\": \"application/octet-stream\", \"filename\": \"README\"}]}]}, []]]]"\r
192 +test_expect_equal "$output" "[[[{\"id\": \"$id\", \"match\": true, \"excluded\": false, \"filename\": \"$filename\", \"timestamp\": 946728000, \"date_relative\": \"2000-01-01\", \"tags\": [\"inbox\"], \"headers\": {\"Subject\": \"$subject\", \"From\": \"Notmuch Test Suite <test_suite@notmuchmail.org>\", \"To\": \"test_suite@notmuchmail.org\", \"Cc\": \"\", \"Bcc\": \"\", \"Date\": \"01 Jan 2000 12:00:00 -0000\"}, \"body\": [{\"id\": 1, \"content-type\": \"multipart/mixed\", \"content\": [{\"id\": 2, \"content-type\": \"text/plain\", \"content\": \"This is a test message with inline attachment with a filename\"}, {\"id\": 3, \"content-type\": \"application/octet-stream\", \"filename\": \"README\"}]}]}, []]]]"\r
193  \r
194  test_begin_subtest "Search message: json, utf-8"\r
195  add_message "[subject]=\"json-search-utf8-body-sübjéct\"" "[date]=\"Sat, 01 Jan 2000 12:00:00 -0000\"" "[body]=\"jsön-search-méssage\""\r
196 diff --git a/test/maildir-sync b/test/maildir-sync\r
197 index d5872a5..dfa3966 100755\r
198 --- a/test/maildir-sync\r
199 +++ b/test/maildir-sync\r
200 @@ -46,6 +46,7 @@ test_begin_subtest "notmuch show works with renamed file (without notmuch new)"\r
201  output=$(notmuch show --format=json id:${gen_msg_id} | filter_show_json)\r
202  test_expect_equal "$output" '[[[{"id": "adding-replied-tag@notmuch-test-suite",\r
203  "match": true,\r
204 +"excluded": false,\r
205  "filename": "MAIL_DIR/cur/adding-replied-tag:2,RS",\r
206  "timestamp": 978709437,\r
207  "date_relative": "2001-01-05",\r
208 diff --git a/test/multipart b/test/multipart\r
209 index 2dd73f5..3d2dcfc 100755\r
210 --- a/test/multipart\r
211 +++ b/test/multipart\r
212 @@ -108,7 +108,7 @@ notmuch new > /dev/null\r
213  test_begin_subtest "--format=text --part=0, full message"\r
214  notmuch show --format=text --part=0 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT\r
215  cat <<EOF >EXPECTED\r
216 -\f\r
217 message{ id:87liy5ap00.fsf@yoom.home.cworth.org depth:0 match:1 filename:${MAIL_DIR}/multipart\r
218 +\f\r
219 message{ id:87liy5ap00.fsf@yoom.home.cworth.org depth:0 match:1 excluded:0 filename:${MAIL_DIR}/multipart\r
220  \f\r
221 header{\r
222  Carl Worth <cworth@cworth.org> (2001-01-05) (attachment inbox signed unread)\r
223  Subject: Multipart message\r
224 @@ -322,7 +322,7 @@ notmuch show --format=json --part=0 'id:87liy5ap00.fsf@yoom.home.cworth.org' | s\r
225  echo >>OUTPUT # expect *no* newline at end of output\r
226  cat <<EOF >EXPECTED\r
227  \r
228 -{"id": "87liy5ap00.fsf@yoom.home.cworth.org", "match": true, "filename": "${MAIL_DIR}/multipart", "timestamp": 978709437, "date_relative": "2001-01-05", "tags": ["attachment","inbox","signed","unread"], "headers": {"Subject": "Multipart message", "From": "Carl Worth <cworth@cworth.org>", "To": "cworth@cworth.org", "Cc": "", "Bcc": "", "Date": "Fri, 05 Jan 2001 15:43:57 +0000"}, "body": [\r
229 +{"id": "87liy5ap00.fsf@yoom.home.cworth.org", "match": true, "excluded": false, "filename": "${MAIL_DIR}/multipart", "timestamp": 978709437, "date_relative": "2001-01-05", "tags": ["attachment","inbox","signed","unread"], "headers": {"Subject": "Multipart message", "From": "Carl Worth <cworth@cworth.org>", "To": "cworth@cworth.org", "Cc": "", "Bcc": "", "Date": "Fri, 05 Jan 2001 15:43:57 +0000"}, "body": [\r
230  {"id": 1, "content-type": "multipart/signed", "content": [\r
231  {"id": 2, "content-type": "multipart/mixed", "content": [\r
232  {"id": 3, "content-type": "message/rfc822", "content": [{"headers": {"From": "Carl Worth <cworth@cworth.org>", "To": "cworth@cworth.org", "Subject": "html message", "Date": "Fri, 05 Jan 2001 15:42:57 +0000"}, "body": [\r
233 diff --git a/test/thread-naming b/test/thread-naming\r
234 index 942e593..1a1a48f 100755\r
235 --- a/test/thread-naming\r
236 +++ b/test/thread-naming\r
237 @@ -65,7 +65,7 @@ test_expect_equal "$output" "thread:XXX   2001-01-12 [6/8] Notmuch Test Suite; t\r
238  \r
239  test_begin_subtest 'Test order of messages in "notmuch show"'\r
240  output=$(notmuch show thread-naming | notmuch_show_sanitize)\r
241 -test_expect_equal "$output" "\f\r
242 message{ id:msg-$(printf "%03d" $first)@notmuch-test-suite depth:0 match:1 filename:/XXX/mail/msg-$(printf "%03d" $first)\r
243 +test_expect_equal "$output" "\f\r
244 message{ id:msg-$(printf "%03d" $first)@notmuch-test-suite depth:0 match:1 excluded:0 filename:/XXX/mail/msg-$(printf "%03d" $first)\r
245  \f\r
246 header{\r
247  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-05) (unread)\r
248  Subject: thread-naming: Initial thread subject\r
249 @@ -79,7 +79,7 @@ This is just a test message (#$first)\r
250  \f\r
251 part}\r
252  \f\r
253 body}\r
254  \f\r
255 message}\r
256 -\f\r
257 message{ id:msg-$(printf "%03d" $((first + 1)))@notmuch-test-suite depth:1 match:1 filename:/XXX/mail/msg-$(printf "%03d" $((first + 1)))\r
258 +\f\r
259 message{ id:msg-$(printf "%03d" $((first + 1)))@notmuch-test-suite depth:1 match:1 excluded:0 filename:/XXX/mail/msg-$(printf "%03d" $((first + 1)))\r
260  \f\r
261 header{\r
262  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-06) (inbox unread)\r
263  Subject: thread-naming: Older changed subject\r
264 @@ -93,7 +93,7 @@ This is just a test message (#$((first + 1)))\r
265  \f\r
266 part}\r
267  \f\r
268 body}\r
269  \f\r
270 message}\r
271 -\f\r
272 message{ id:msg-$(printf "%03d" $((first + 2)))@notmuch-test-suite depth:1 match:1 filename:/XXX/mail/msg-$(printf "%03d" $((first + 2)))\r
273 +\f\r
274 message{ id:msg-$(printf "%03d" $((first + 2)))@notmuch-test-suite depth:1 match:1 excluded:0 filename:/XXX/mail/msg-$(printf "%03d" $((first + 2)))\r
275  \f\r
276 header{\r
277  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-07) (inbox unread)\r
278  Subject: thread-naming: Newer changed subject\r
279 @@ -107,7 +107,7 @@ This is just a test message (#$((first + 2)))\r
280  \f\r
281 part}\r
282  \f\r
283 body}\r
284  \f\r
285 message}\r
286 -\f\r
287 message{ id:msg-$(printf "%03d" $((first + 3)))@notmuch-test-suite depth:1 match:1 filename:/XXX/mail/msg-$(printf "%03d" $((first + 3)))\r
288 +\f\r
289 message{ id:msg-$(printf "%03d" $((first + 3)))@notmuch-test-suite depth:1 match:1 excluded:0 filename:/XXX/mail/msg-$(printf "%03d" $((first + 3)))\r
290  \f\r
291 header{\r
292  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-08) (unread)\r
293  Subject: thread-naming: Final thread subject\r
294 @@ -121,7 +121,7 @@ This is just a test message (#$((first + 3)))\r
295  \f\r
296 part}\r
297  \f\r
298 body}\r
299  \f\r
300 message}\r
301 -\f\r
302 message{ id:msg-$(printf "%03d" $((first + 4)))@notmuch-test-suite depth:1 match:1 filename:/XXX/mail/msg-$(printf "%03d" $((first + 4)))\r
303 +\f\r
304 message{ id:msg-$(printf "%03d" $((first + 4)))@notmuch-test-suite depth:1 match:1 excluded:0 filename:/XXX/mail/msg-$(printf "%03d" $((first + 4)))\r
305  \f\r
306 header{\r
307  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-09) (inbox unread)\r
308  Subject: Re: thread-naming: Initial thread subject\r
309 @@ -135,7 +135,7 @@ This is just a test message (#$((first + 4)))\r
310  \f\r
311 part}\r
312  \f\r
313 body}\r
314  \f\r
315 message}\r
316 -\f\r
317 message{ id:msg-$(printf "%03d" $((first + 5)))@notmuch-test-suite depth:1 match:1 filename:/XXX/mail/msg-$(printf "%03d" $((first + 5)))\r
318 +\f\r
319 message{ id:msg-$(printf "%03d" $((first + 5)))@notmuch-test-suite depth:1 match:1 excluded:0 filename:/XXX/mail/msg-$(printf "%03d" $((first + 5)))\r
320  \f\r
321 header{\r
322  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-10) (inbox unread)\r
323  Subject: Aw: thread-naming: Initial thread subject\r
324 @@ -149,7 +149,7 @@ This is just a test message (#$((first + 5)))\r
325  \f\r
326 part}\r
327  \f\r
328 body}\r
329  \f\r
330 message}\r
331 -\f\r
332 message{ id:msg-$(printf "%03d" $((first + 6)))@notmuch-test-suite depth:1 match:1 filename:/XXX/mail/msg-$(printf "%03d" $((first + 6)))\r
333 +\f\r
334 message{ id:msg-$(printf "%03d" $((first + 6)))@notmuch-test-suite depth:1 match:1 excluded:0 filename:/XXX/mail/msg-$(printf "%03d" $((first + 6)))\r
335  \f\r
336 header{\r
337  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-11) (inbox unread)\r
338  Subject: Vs: thread-naming: Initial thread subject\r
339 @@ -163,7 +163,7 @@ This is just a test message (#$((first + 6)))\r
340  \f\r
341 part}\r
342  \f\r
343 body}\r
344  \f\r
345 message}\r
346 -\f\r
347 message{ id:msg-$(printf "%03d" $((first + 7)))@notmuch-test-suite depth:1 match:1 filename:/XXX/mail/msg-$(printf "%03d" $((first + 7)))\r
348 +\f\r
349 message{ id:msg-$(printf "%03d" $((first + 7)))@notmuch-test-suite depth:1 match:1 excluded:0 filename:/XXX/mail/msg-$(printf "%03d" $((first + 7)))\r
350  \f\r
351 header{\r
352  Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-12) (inbox unread)\r
353  Subject: Sv: thread-naming: Initial thread subject\r
354 -- \r
355 1.7.2.3\r
356 \r