as nil.
* elmo.el (elmo-message-fetch): Return t even when the output buffer
size of elmo-message-fetch-internal is 0 byte.
+2005-01-20 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * mmimap.el (mmimap-make-mime-entity): Set children's top node number
+ as nil.
+
+ * elmo.el (elmo-message-fetch): Return t even when the output buffer
+ size of elmo-message-fetch-internal is 0 byte.
+
2005-01-14 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
(cache
(elmo-file-cache-load cache-path section))
(entity
- (when (and (condition-case error
- (elmo-message-fetch-internal folder number
- strategy
- section
- unread)
- (error (setq err error) nil))
- (> (buffer-size) 0))
+ (when (condition-case error
+ (elmo-message-fetch-internal folder number
+ strategy
+ section
+ unread)
+ (error (setq err error) nil))
(setq updated-server-flag t)
(when (and (elmo-fetch-strategy-save-cache strategy)
cache-path)
entity
(list (mmimap-make-mime-entity
(nth 8 bodystructure) class
- location node-id 0
+ location node-id nil
entity))))
entity))))