* elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
+2001-09-14 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
+
2001-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
* acap.el (acap-read-passphrase): Always autoload ange-ftp for
(defun elmo-quit ()
"Quit and cleanup ELMO."
-; (setq elmo-newsgroups-hashtb nil)
(elmo-crosspost-message-alist-save)
+ (elmo-dop-queue-save)
;; Not implemented yet.
(let ((types elmo-folder-type-alist)
class)
+2001-09-14 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl.el (wl): Changed order of calling `elmo-init'
+ and `elmo-folder-init'.
+
2001-09-13 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* wl-mime.el (wl-summary-burst): Extract message when content-type
(interactive "P")
(unless wl-init
(wl-load-profile)
- (elmo-init)
- (wl-folder-init))
+ (wl-folder-init)
+ (elmo-init))
(let (demo-buf check)
(unless wl-init
(if wl-demo (setq demo-buf (wl-demo)))