From 7d82a8bc04ce2e686371abc6b438ab121b9fa7d0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 30 Dec 2018 12:41:25 +0000 Subject: handle "multipart/mixed" messages which are not multipart I've found two examples on https://lore.kernel.org/lkml/ where the messages declared themselves to be "multipart/mixed" but were actually plain text: <87llgalspt.fsf@free.fr> <200308111450.h7BEoOu20077@mail.osdl.org> With the mboxrd downloaded, mutt is able to view them without difficulty. Note: this change would require reindexing of Xapian to pick up the changes. But it's only two ancient messages, the first was resent by the original sender and the second is too old to be relevant. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index dc851676..f25a580f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -189,6 +189,7 @@ t/precheck.t t/psgi_attach.t t/psgi_bad_mids.t t/psgi_mount.t +t/psgi_multipart_not.t t/psgi_search.t t/psgi_text.t t/psgi_v2.t -- cgit v1.2.3-24-ge0c7