* elmo-shimbun.el (elmo-shimbun-get-headers): Bind
authorteranisi <teranisi>
Wed, 1 May 2002 04:07:44 +0000 (04:07 +0000)
committerteranisi <teranisi>
Wed, 1 May 2002 04:07:44 +0000 (04:07 +0000)
elmo-hash-minimun-size as 63.

* elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
elmo-diff-unread is nil.

elmo/ChangeLog
elmo/elmo-multi.el
elmo/elmo-shimbun.el

index f66f7be..5ec850e 100644 (file)
@@ -1,5 +1,11 @@
 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.
index 627db8c..bf636c0 100644 (file)
                                      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))
index d47230b..0668c11 100644 (file)
@@ -192,7 +192,7 @@ update overview when message is fetched."
   (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