]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiInspect.pm
treewide: update to v3 Tor onions
[public-inbox.git] / lib / PublicInbox / LeiInspect.pm
index 6cfc80839f767bd9d5b7a838189b548cf284865c..714d252608d586742dc607acac7304ba804ed3b3 100644 (file)
@@ -18,7 +18,7 @@ sub inspect_blob ($$) {
                $ent->{'lei/store'} = \@docids if @docids;
                my $lms = $lse->lms;
                if (my $loc = $lms ? $lms->locations_for($oidhex) : undef) {
-                       $ent->{sync} = $loc;
+                       $ent->{'mail-sync'} = $loc;
                }
        }
        $ent;