]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/nnfolder.el
(gnus-group-prepare-flat): Check also whether groups with no unread article
[gnu-emacs] / lisp / gnus / nnfolder.el
index b8fc7088b341168e31fe2f82727ab2daf8e199dc..6ba4aff6cc7669b125902c430de1bb30f456d202 100644 (file)
@@ -925,7 +925,9 @@ deleted.  Point is left where the deleted region was."
              (active (or (cadr (assoc group nnfolder-group-alist))
                          (cons 1 0)))
              (scantime (assoc group nnfolder-scantime-alist))
-             (minid (lsh -1 -1))
+             (minid (or (and (boundp 'most-positive-fixnum)
+                             most-positive-fixnum)
+                        (lsh -1 -1)))
              maxid start end newscantime
              novbuf articles newnum
              buffer-read-only)