]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit7e782e8ff3ec64500913069a2efb5815fe711a36
tree52ac6cf6ac5a8bbfae97ffd6cae2f160e4ee22d4
parentd32333a12ca46861fab82640c3697fdbca879bd2
www: remove smsg_mime API and adjust callers

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.
Documentation/mknews.perl
lib/PublicInbox/Feed.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/Smsg.pm
lib/PublicInbox/View.pm
t/v2mda.t