about summary refs log tree commit homepage
path: root/public-inbox-nntpd
diff options
context:
space:
mode:
Diffstat (limited to 'public-inbox-nntpd')
-rw-r--r--public-inbox-nntpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/public-inbox-nntpd b/public-inbox-nntpd
index 82d68383..0035637d 100644
--- a/public-inbox-nntpd
+++ b/public-inbox-nntpd
@@ -52,8 +52,8 @@ sub refresh_groups () {
                         $ng = $old_ng;
                 }
 
-                # Only valid if Msgmap works
-                if ($ng->mm(1)) {
+                # Only valid if msgmap and search works
+                if ($ng->usable) {
                         $new->{$g} = $ng;
                         push @list, $ng;
                 }