about summary refs log tree commit homepage
path: root/lib/PublicInbox/DummyInbox.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/DummyInbox.pm')
-rw-r--r--lib/PublicInbox/DummyInbox.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/DummyInbox.pm b/lib/PublicInbox/DummyInbox.pm
index e38f9e5a..b6c48db1 100644
--- a/lib/PublicInbox/DummyInbox.pm
+++ b/lib/PublicInbox/DummyInbox.pm
@@ -13,7 +13,7 @@ sub max { undef } # Msgmap::max
 sub msg_range { [] } # Msgmap::msg_range
 
 no warnings 'once';
-*query_xover = \&msg_range;
+*uid_range = *query_xover = \&msg_range;
 *over = \&mm;
 *subscribe_unlock = *unsubscribe_unlock =
         *get_art = *description = *base_url = \&max;