info part to the cur files when the new files already have it.
(Adviced by Jared Rhine <jared@wordzoo.com>)
+2002-11-08 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-maildir.el (elmo-maildir-update-current): Don't append
+ info part to the cur files when the new files already have it.
+ (Adviced by Jared Rhine <jared@wordzoo.com>)
+
2002-10-26 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-version.el (elmo-version): Up to 2.10.0.
(while news
(rename-file
(expand-file-name (car news) (expand-file-name "new" maildir))
- (expand-file-name (concat (car news) ":2,")
+ (expand-file-name (concat
+ (car news)
+ (unless (string-match ":2,[A-Z]*$" (car news))
+ ":2,"))
(expand-file-name "cur" maildir)))
(setq news (cdr news)))))