aboutsummaryrefslogtreecommitdiff
path: root/test/T050-new.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2023-01-05 20:02:06 -0400
committerDavid Bremner <david@tethera.net>2023-04-02 19:24:43 -0300
commita554690d6af0ac8cb55166a20efd0f449abde389 (patch)
treeb852e9fe4b19ad6dbf3d49b731d82253151b8c5a /test/T050-new.sh
parent3f5809bf28becbddfed9ff33d6f1242346904c23 (diff)
lib: index attachments with mime types matching index.as_text
Instead of skipping indexing all attachments, we check of a (user configured) mime type that is indexable as text.
Diffstat (limited to 'test/T050-new.sh')
-rwxr-xr-xtest/T050-new.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh
index 09c2bfc6..52888be2 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -470,12 +470,4 @@ Date: Fri, 17 Jun 2016 22:14:41 -0400
EOF
test_expect_equal_file EXPECTED OUTPUT
-add_email_corpus indexing
-
-test_begin_subtest "index text/* attachments"
-test_subtest_known_broken
-notmuch search id:20200930101213.2m2pt3jrspvcrxfx@localhost.localdomain > EXPECTED
-notmuch search id:20200930101213.2m2pt3jrspvcrxfx@localhost.localdomain and ersatz > OUTPUT
-test_expect_equal_file_nonempty EXPECTED OUTPUT
-
test_done