2000-09-04 Yuuichi Teranishi <teranisi@gohome.org>
+ * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
+
* elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
(elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
of `response'.
(setq count (+ 1 count))
(setq flds (cdr flds)))
(while diffs
- (setq unsync (+ unsync (car (car diffs))))
+ (and (car (car diffs))
+ (setq unsync (+ unsync (car (car diffs)))))
(setq nomif (+ nomif (cdr (car diffs))))
(setq diffs (cdr diffs)))
(elmo-folder-set-info-hashtb fld nil nomif)