From 5220f0be0588ca1ee428e7b74b68701b9b1f277e Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 21 Sep 2010 23:55:46 +0200 Subject: [PATCH] Fix another typo. --- lisp/gnus-sum.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.25.1