projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd8f25
)
(gnus-summary-move-article): Fix, could not respool article.
author
keiichi
<keiichi>
Thu, 28 Jan 1999 11:36:03 +0000
(11:36 +0000)
committer
keiichi
<keiichi>
Thu, 28 Jan 1999 11:36:03 +0000
(11:36 +0000)
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
d41dc57
..
b2b0fe6
100644
(file)
--- a/
lisp/gnus-sum.el
+++ b/
lisp/gnus-sum.el
@@
-7028,7
+7028,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.