X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FMbox.pm;h=b46dacfdc8835e70a63b5ec591db40487385d9bf;hp=94e61d4d2ffdd99b3a5c5a9b2d14f2ca5bbfc1d5;hb=62b80b61d334361677e26e9ddb966e6bc5f8635d;hpb=dee9a7231ca1019f56eea3596f0c428769e3eac1 diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm index 94e61d4d..b46dacfd 100644 --- a/lib/PublicInbox/Mbox.pm +++ b/lib/PublicInbox/Mbox.pm @@ -151,7 +151,7 @@ sub thread_mbox { return [404, [qw(Content-Type text/plain)], []] if !@$msgs; $ctx->{prev} = $msgs->[-1]; $ctx->{over} = $over; # bump refcnt - PublicInbox::MboxGz->response($ctx, \&thread_cb, $msgs->[0]->subject); + PublicInbox::MboxGz->response($ctx, \&thread_cb, $msgs->[0]->{subject}); } sub emit_range {