* wl.el (wl-exit): Run elmo-passwd-alist-clear.
authoryoichi <yoichi>
Mon, 20 Sep 2004 06:29:16 +0000 (06:29 +0000)
committeryoichi <yoichi>
Mon, 20 Sep 2004 06:29:16 +0000 (06:29 +0000)
wl/ChangeLog
wl/wl.el

index c0e8451..4697b11 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl.el (wl-exit): Run elmo-passwd-alist-clear.
+
 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-summary.el (wl-summary-get-available-flags): Rewrite.
index d05e4d0..209e08f 100644 (file)
--- a/wl/wl.el
+++ b/wl/wl.el
@@ -672,6 +672,7 @@ Entering Plugged mode calls the value of `wl-plugged-mode-hook'."
     (elmo-quit)
     (when wl-use-acap (funcall (symbol-function 'wl-acap-exit)))
     (wl-biff-stop)
+    (elmo-passwd-alist-clear)
     (run-hooks 'wl-exit-hook)
     (wl-save-status)
     (wl-folder-cleanup-variables)