]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwAtomStream.pm
www: fix unindexed v1 inboxes w/ public-inbox-httpd
[public-inbox.git] / lib / PublicInbox / WwwAtomStream.pm
index 82895db6373e85da077048cf2257332fb7e3b025..7b7047ac26d39e9647d3866d3a65801ca2dbaf54 100644 (file)
@@ -38,6 +38,7 @@ sub async_next ($) {
 sub async_eml { # for async_blob_cb
        my ($ctx, $eml) = @_;
        my $smsg = delete $ctx->{smsg};
+       $smsg->{mid} // $smsg->populate($eml);
        $ctx->write(feed_entry($ctx, $smsg, $eml));
 }