comparison lisp/gnus/gnus-group.el @ 69362:29fe34ec2296

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 56) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 10 Mar 2006 23:43:54 +0000
parents 55665aaac72b
children 6c338e8bc3ff 494bf720eaf0
comparison
equal deleted inserted replaced
69361:b15334da7435 69362:29fe34ec2296
3620 (unless gnus-slave 3620 (unless gnus-slave
3621 (gnus-master-read-slave-newsrc)) 3621 (gnus-master-read-slave-newsrc))
3622 3622
3623 ;; We might read in new NoCeM messages here. 3623 ;; We might read in new NoCeM messages here.
3624 (when (and gnus-use-nocem 3624 (when (and gnus-use-nocem
3625 (null arg)) 3625 (or (and (numberp gnus-use-nocem)
3626 (numberp arg)
3627 (>= arg gnus-use-nocem))
3628 (not arg)))
3626 (gnus-nocem-scan-groups)) 3629 (gnus-nocem-scan-groups))
3627 ;; If ARG is not a number, then we read the active file. 3630 ;; If ARG is not a number, then we read the active file.
3628 (when (and arg (not (numberp arg))) 3631 (when (and arg (not (numberp arg)))
3629 (let ((gnus-read-active-file t)) 3632 (let ((gnus-read-active-file t))
3630 (gnus-read-active-file)) 3633 (gnus-read-active-file))