aboutsummaryrefslogtreecommitdiff
path: root/test/corpora/indexing
AgeCommit message (Collapse)Author
2023-04-02lib: index attachments with mime types matching index.as_textDavid Bremner
Instead of skipping indexing all attachments, we check of a (user configured) mime type that is indexable as text.
2022-09-03test: add known broken test for indexing text/* attachmentsDavid Bremner
The general problem of indexing attachments requires some help to turn things into text, but (most?) text/* should be doable internally, possibly with optimizations as for the text/html case.
2022-09-03test: rename indexing corpusDavid Bremner
The corpus is not really suitable for general indexing test since the sole message is ignored (and will most likely continue to be ignored) by notmuch-new.
2022-02-19test: start new corpus of test messages for indexing codeDavid Bremner
This particular message is not recognized by notmuch as mail, but is fine according to e.g. mutt. The trigger for this bad behaviour seems to be a second "From " ocurring at the beginning of the line but inside an attachment.