+2002-02-01 Kenichi OKADA <okada@opaopa.org>
+
+ * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
+
2002-01-31 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
(erase-buffer)
(insert (nth 3 elmo-nntp-list-folders-cache))
(goto-char (point-min))
- (or (string= folder "")
- (and folder
- (keep-lines (concat "^" (regexp-quote folder) "\\."))))
+ (debug)
+ (or (string= group "")
+ (and group
+ (keep-lines (concat "^" (regexp-quote group) "\\."))))
t
)))))