* gnus-start.el (gnus-activate-group): Take an optional parameter to
say that you don't want to call gnus-request-group with don-check, but
do check the reponse. This is for virtual groups only.
+ (gnus-get-unread-articles): Count the archive groups as secondary, so
+ that they're activated the same way as before.
* nnimap.el (nnimap-request-list): Servers may return \NoSelect
case-insensitively.
(methods-cache nil)
(type-cache nil)
(gnus-agent-article-local-times 0)
+ (archive-method (gnus-server-to-method "archive"))
infos info group active method cmethod
method-type method-group-list)
(gnus-message 6 "Checking new news...")
(unless method-group-list
(setq method-type
(cond
- ((gnus-secondary-method-p method)
+ ((or (gnus-secondary-method-p method)
+ (and (gnus-archive-server-wanted-p)
+ (gnus-methods-equal-p archive-method method)))
'secondary)
((inline (gnus-server-equal gnus-select-method method))
'primary)