and msgdb.
* wl.el (wl-toggle-plugged): Save summary view.
+2001-12-18 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-summary.el (wl-summary-exit): Changed order of saving summary view
+ and msgdb.
+
+ * wl.el (wl-toggle-plugged): Save summary view.
+
2001-12-17 Yuuichi Teranishi <teranisi@gohome.org>
* wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
(unwind-protect
;; save summary status
(progn
+ (wl-summary-save-view)
(if (or force-exit (not sticky))
(elmo-folder-close wl-summary-buffer-elmo-folder)
(elmo-folder-commit wl-summary-buffer-elmo-folder)
(elmo-folder-check wl-summary-buffer-elmo-folder))
- (wl-summary-save-view)
(if wl-use-scoring (wl-score-save)))
;; for sticky summary
(wl-delete-all-overlays)
(let ((summaries (wl-collect-summary)))
(while summaries
(set-buffer (pop summaries))
- (elmo-folder-commit wl-summary-buffer-elmo-folder)
- (wl-summary-set-message-modified))))
+ (wl-summary-save-view)
+ (elmo-folder-commit wl-summary-buffer-elmo-folder))))
(setq wl-biff-check-folders-running nil)
(if wl-plugged
(progn