+1999-08-28 MORIOKA Tomohiko <tomo@m17n.org>
+
+ * mime-play.el (mime-store-message/partial-piece): Use
+ `directory-files' to check number of pieces.
+
1999-08-26 MORIOKA Tomohiko <tomo@m17n.org>
* mime-play.el (mime-store-message/partial-piece): Don't refer
(kill-buffer (current-buffer))
)))
)))
- (if (and total (> total 0))
+ (if (and total (> total 0)
+ (>= (length (directory-files root-dir nil "^[0-9]+$" t))
+ total))
(catch 'tag
(save-excursion
(set-buffer (get-buffer-create mime-temp-buffer-name))