From: Lars Magne Ingebrigtsen Date: Tue, 21 Sep 2010 21:55:46 +0000 (+0200) Subject: Fix another typo. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=5220f0be0588ca1ee428e7b74b68701b9b1f277e Fix another typo. --- diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 127acd318..5997339a3 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -5851,7 +5851,8 @@ If SELECT-ARTICLES, only select those articles from GROUP." marks var articles article mark mark-type bgn end) ;; Hack to avoid adjusting marks for imap. - (when (eq (car (gnus-find-method-for-group group)) 'nnimap) + (when (eq (car (gnus-find-method-for-group (gnus-info-group info))) + 'nnimap) (setq min 1)) (dolist (marks marked-lists)