]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Mbox.pm
smsg: remove remaining accessor methods
[public-inbox.git] / lib / PublicInbox / Mbox.pm
index 94e61d4d2ffdd99b3a5c5a9b2d14f2ca5bbfc1d5..b46dacfdc8835e70a63b5ec591db40487385d9bf 100644 (file)
@@ -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 {