elmo-add-name-to-file.
(elmo-folder-append-messages): Ditto.
+2004-12-22 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
+ instead of elmo-add-name-to-file.
+ (elmo-folder-append-messages): Ditto.
+
2004-12-21 Yoichi NAKAYAMA <yoichi@geiin.org>
* elmo.el (elmo-folder-update-threshold): Add nil to range.
(as-binary-output-file
(write-region (point-min) (point-max) filename nil 'no-msg))
;; add link from new.
- (elmo-add-name-to-file
+ ;; Some filesystem (like AFS) does not have hard-link.
+ ;; So we use elmo-copy-file instead of elmo-add-name-to-file here.
+ (elmo-copy-file
filename
(expand-file-name
(concat "new/" (file-name-nondirectory filename))
(elmo-copy-file
(elmo-message-file-name src-folder number)
filename)
- (elmo-add-name-to-file
+ ;; Some filesystem (like AFS) does not have hard-link.
+ ;; So we use elmo-copy-file instead of elmo-add-name-to-file here.
+ (elmo-copy-file
filename
(expand-file-name
(concat "new/" (file-name-nondirectory filename))