From ff39109209c0c1a80cac4b753f4d30db458624e2 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 28 Jan 1999 11:40:58 +0000 Subject: [PATCH] ;; By courtesy of Keiichi-san. * (gnus-summary-move-article): Fix, could not respool article. --- lisp/gnus-sum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 3e3be19..12726ec 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -7190,7 +7190,7 @@ and `request-accept' functions." ;; Copy any marks over to the new group. (let ((marks gnus-article-mark-lists) (to-article (cdr art-group))) - (unless (gnus-group-auto-expirable-p to-newsgroup) + (unless (gnus-group-auto-expirable-p to-group) (setq marks (delete '(expirable . expire) marks))) ;; See whether the article is to be put in the cache. -- 1.7.10.4