]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
wwwatomstream: convert callers to use smsg_eml
[public-inbox.git] / lib / PublicInbox / Feed.pm
index e64628be830a34675b4c0c01462ec615af045329..b770a35077c2f0194db5472a55756f59433a4169 100644 (file)
@@ -12,7 +12,7 @@ use PublicInbox::Smsg; # this loads w/o Search::Xapian
 sub generate_i {
        my ($ctx) = @_;
        while (my $smsg = shift @{$ctx->{msgs}}) {
-               $ctx->{-inbox}->smsg_mime($smsg) and return $smsg;
+               return $smsg;
        }
 }