change (wl-summary-count-unreads return a list instead of a cons
cell).
+2003-09-24 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-score.el (wl-summary-score-update-all-lines): Follow the API
+ change (wl-summary-count-unreads return a list instead of a cons
+ cell).
+
2003-09-24 Tetsurou Okazaki <okazaki@be.to>
* wl-summary.el (wl-summary-delete-messages-on-buffer): Use
(wl-folder-set-folder-updated (wl-summary-buffer-folder-name)
(list
0
- (let ((pair
+ (let ((lst
(wl-summary-count-unread)))
- (+ (car pair) (cdr pair)))
+ (+ (car lst) (nth 1 lst)))
(elmo-folder-length
wl-summary-buffer-elmo-folder)))
(wl-summary-update-modeline))