]> Sergey Matveev's repositories - public-inbox.git/commit
wwwatomstream: convert callers to use smsg_eml
authorEric Wong <e@yhbt.net>
Mon, 1 Jun 2020 10:06:46 +0000 (10:06 +0000)
committerEric Wong <e@yhbt.net>
Wed, 3 Jun 2020 04:04:21 +0000 (04:04 +0000)
commitaae8eb6de7b8ed4b1370971e91802b12da7f81aa
tree69b1d4e1f6993098e3a35ab8d6f0a21e104044ab
parent30ac717281ae224a9c117361ca941818adc69cf3
wwwatomstream: convert callers to use smsg_eml

We can simplify WwwAtomStream callbacks by performing ->smsg_eml
calls in the `feed_entry' sub itself.  This simplifies callers,
by reducing the number of places which can load an Eml object
into memory.
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/WwwAtomStream.pm