X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FImport.pm;h=af35905be4964b87ad9ea5dcb7eb78b7fe3e9d9a;hb=cd389aac52936c82f3416b3ceefe21e1250b8a3e;hp=ab75aa00dc2e3ed63e0b4ce74955cc43aeac88ed;hpb=f77b21173e730a3daa8f5eed6d73835a682b3f04;p=public-inbox.git diff --git a/lib/PublicInbox/Import.pm b/lib/PublicInbox/Import.pm index ab75aa00..af35905b 100644 --- a/lib/PublicInbox/Import.pm +++ b/lib/PublicInbox/Import.pm @@ -400,7 +400,7 @@ sub add { # v2: we need this for Xapian if ($smsg) { $smsg->{blob} = $self->get_mark(":$blob"); - $smsg->{bytes} = $n; + $smsg->{raw_bytes} = $n; $smsg->{-raw_email} = \$raw_email; } my $ref = $self->{ref};