elmo-hash-minimun-size as 63.
* elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
elmo-diff-unread is nil.
2002-05-01 Yuuichi Teranishi <teranisi@gohome.org>
+ * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
+ elmo-hash-minimun-size as 63.
+
+ * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
+ elmo-diff-unread is nil.
+
* elmo-imap4.el (elmo-folder-open): Fix.
* elmo.el (elmo-message-mark): Rewrite.
numbers))))
(while flds
(setq nums (elmo-folder-diff (car flds) (car num-list))
- nums (cons (elmo-diff-unread nums) (elmo-diff-all nums)))
+ nums (cons (or (elmo-diff-unread nums)
+ (elmo-diff-new nums))
+ (elmo-diff-all nums)))
(setq diffs (nconc diffs (list nums)))
(setq count (+ 1 count))
(setq num-list (cdr num-list))
(let* ((shimbun (elmo-shimbun-folder-shimbun-internal folder))
(key (concat (shimbun-server-internal shimbun)
"." (shimbun-current-group-internal shimbun)))
- (elmo-hash-minimum-size 0)
+ (elmo-hash-minimum-size 63)
headers)
;; new headers.
(setq headers