]> Sergey Matveev's repositories - public-inbox.git/commit
smsg: introduce ->populate method
authorEric Wong <e@yhbt.net>
Mon, 1 Jun 2020 10:06:49 +0000 (10:06 +0000)
committerEric Wong <e@yhbt.net>
Wed, 3 Jun 2020 04:04:21 +0000 (04:04 +0000)
commit9ab886546cc89f37819e1ef09cb49fd9325b3a41
treea5503e8cd73db95f357895997acb39ec57482fb3
parent7d05666ef3a5750c85e481a0c034f1c34f1b70b9
smsg: introduce ->populate method

This will eventually replace the __hdr() calling methods and
eradicate {mime} usage from Smsg.  For now, we can eliminate
PublicInbox::Smsg->new since most callers already rely on an
open `bless' to avoid the old {mime} arg.
lib/PublicInbox/Import.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/Smsg.pm
lib/PublicInbox/V2Writable.pm
t/import.t