]> Sergey Matveev's repositories - public-inbox.git/commitdiff
www: remove smsg_mime API and adjust callers
authorEric Wong <e@yhbt.net>
Mon, 1 Jun 2020 10:06:52 +0000 (10:06 +0000)
committerEric Wong <e@yhbt.net>
Wed, 3 Jun 2020 04:04:21 +0000 (04:04 +0000)
To further simplify callers and avoid embarrasing memory
explosions[1], we can finally eliminate this method in
favor of smsg_eml.

[1] commit 7d02b9e64455831d3bda20cd2e64e0c15dc07df5
    ("view: stop storing all MIME objects on large threads")
    fixed a huge memory blowup.


No differences found