+2000-08-08 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo2.el (elmo-move-msgs): Set value of `unseen'.
+
2000-08-06 OKAZAKI Tetsurou <okazaki@be.to>
* elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
;; seen-list.
(if (and (not (eq dst-folder 'null))
(not (and unread-marks
- (member
- (cadr (assq (car messages) mark-alist))
- unread-marks))))
+ (setq unseen
+ (member
+ (cadr (assq (car messages) mark-alist))
+ unread-marks)))))
(setq seen-list (cons message-id seen-list)))
(unless (or (eq dst-folder 'null) done-copy)
(if (and (elmo-folder-plugged-p src-folder)