`elmo-folder-diff').
(elmo-diff-unread): Likewise.
+2002-01-19 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
+ `elmo-folder-diff').
+ (elmo-diff-unread): Likewise.
+
2002-01-19 Kenichi OKADA <okada@opaopa.org>
* elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
(setq elmo-folder-info-hashtb hashtb)))
(defsubst elmo-diff-new (diff)
- (when (consp (cdr diff))
- (car diff)))
+ (car diff))
(defsubst elmo-diff-unread (diff)
- (if (consp (cdr diff))
- (nth 1 diff)
- (car diff)))
+ (when (consp (cdr diff))
+ (nth 1 diff)))
(defsubst elmo-diff-all (diff)
(if (consp (cdr diff))