]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Mbox.pm
search: always sort thread results in ascending time order
[public-inbox.git] / lib / PublicInbox / Mbox.pm
index fd623f6d48bd4e63ae3fc8d762e5a75fed39f993..2565ea58a07d327b94c8947ceb705427c17fc0fb 100644 (file)
@@ -115,7 +115,7 @@ sub new {
                cb => $cb,
                ctx => $ctx,
                msgs => [],
-               opts => { asc => 1, offset => 0 },
+               opts => { offset => 0 },
        }, $class;
 }