]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-registry.el
merge trunk
[gnu-emacs] / lisp / gnus / gnus-registry.el
index 8aecc98ee86583a8dd863a5e3487a229d12c2efc..71e00967548beaf70d22c462d885c7cd9f05c68b 100644 (file)
@@ -1169,9 +1169,10 @@ data stored in the registry."
 
             ;; Try to activate the group.  If that fails, just move
             ;; along.  We may have more groups to work with
-            (ignore-errors
-             (gnus-select-group-with-message-id group message-id))
-            (throw 'found t)))))))
+            (when
+                (ignore-errors
+                  (gnus-select-group-with-message-id group message-id) t)
+              (throw 'found t))))))))
 
 ;; TODO: a few things