(gnus-summary-move-article): Fix, could not respool article.
authorkeiichi <keiichi>
Thu, 28 Jan 1999 11:30:56 +0000 (11:30 +0000)
committerkeiichi <keiichi>
Thu, 28 Jan 1999 11:30:56 +0000 (11:30 +0000)
lisp/gnus-sum.el

index d1efd5b..1378a78 100644 (file)
@@ -7015,7 +7015,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.