* gnus-sum.el (gnus-summary-move-article): Bug fix - don't remove the element
`(expirable . expire)' from `gnus-article-mark-lists'.
(let ((marks gnus-article-mark-lists)
(to-article (cdr art-group)))
(unless (gnus-group-auto-expirable-p to-group)
- (setq marks (delete '(expirable . expire) marks)))
+ (setq marks (delete '(expirable . expire)
+ (copy-sequence marks))))
;; See whether the article is to be put in the cache.
(when gnus-use-cache
(defconst gnus-version-number "6.10.062"
"Version number for this version of gnus.")
-(defconst gnus-revision-number "08"
+(defconst gnus-revision-number "09"
"Revision number for this version of gnus.")
(defconst gnus-original-version-number "0.80"