]> Sergey Matveev's repositories - public-inbox.git/commitdiff
mda: v2: ensure message bodies are indexed
authorEric Wong <e@80x24.org>
Sun, 29 Jul 2018 09:34:41 +0000 (09:34 +0000)
committerEric Wong <e@80x24.org>
Sun, 29 Jul 2018 09:43:06 +0000 (09:43 +0000)
We must not clobber the original message string, as Email::MIME(*)
still needs it for iterating through parts in SearchIdx (but not
when handing it as a raw string to git-fast-import).

I've noticed message bodies (especially dfpre/dpost) were not
getting indexed when going through -mda (no problems with
-watch).  This also did not affect v1 repos, since indexing is a
separate process for v1 and requires re-reading the data from
git.

(*) tested Email::MIME 1.937 on Debian stretch


No differences found