(elmo-map-folder-list-message-locations): Reverse location list.
+2002-02-12 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
+ from --early.
+ (elmo-map-folder-list-message-locations): Reverse location list.
+
2002-02-01 Kenichi OKADA <okada@opaopa.org>
* elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
:type 'symbol
:group 'elmo)
-(defcustom elmo-nmz-args '("--all" "--list" "--early")
+(defcustom elmo-nmz-args '("--all" "--list" "--late")
"*Argument list for namazu to list matched files."
:type '(repeat string)
:group 'elmo)
(end-of-line)
(setq locations (cons (buffer-substring bol (point)) locations))
(forward-line 1))
- locations)))
+ (nreverse locations))))
(luna-define-method elmo-folder-exists-p ((folder elmo-nmz-folder))
t)