diff options
| author | David Bremner <david@tethera.net> | 2018-03-20 18:22:34 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-04-20 11:23:31 -0300 |
| commit | 044cbd920c6c68e741f1fb261c2710a0afb1ebad (patch) | |
| tree | 27bdf0f607e0a4f790204d366db70c9b6799eab6 /test/corpora | |
| parent | ea690a44d1a5af3da496b0d9482471cbd9623231 (diff) | |
test: two new messages for the 'broken' corpus
These have an 'In-Reply-To' loop, which currently confuses "notmuch
new".
Diffstat (limited to 'test/corpora')
| -rw-r--r-- | test/corpora/broken/loop/loop-12 | 8 | ||||
| -rw-r--r-- | test/corpora/broken/loop/loop-21 | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/test/corpora/broken/loop/loop-12 b/test/corpora/broken/loop/loop-12 new file mode 100644 index 00000000..b5c3af7e --- /dev/null +++ b/test/corpora/broken/loop/loop-12 @@ -0,0 +1,8 @@ +From: Alice <alice@example.org> +To: Daniel <daniel@example.org> +Subject: referencing in-reply-to-loop-21 +Message-ID: <mid-loop-12@example.org> +In-Reply-To: <mid-loop-21@example.org> +Date: Thu, 16 Jun 2016 22:14:41 -0400 + +Note Message-ID and In-Reply-To: in file in-reply-to-loop-21 diff --git a/test/corpora/broken/loop/loop-21 b/test/corpora/broken/loop/loop-21 new file mode 100644 index 00000000..234f0323 --- /dev/null +++ b/test/corpora/broken/loop/loop-21 @@ -0,0 +1,8 @@ +From: Alice <alice@example.org> +To: Daniel <daniel@example.org> +Subject: referencing in-reply-to-loop-12 +Message-ID: <mid-loop-21@example.org> +In-Reply-To: <mid-loop-12@example.org> +Date: Fri, 17 Jun 2016 22:14:41 -0400 + +Note Message-ID and In-Reply-To: in file in-reply-to-loop-12 |
