From: yoichi Date: Mon, 20 Sep 2004 06:29:16 +0000 (+0000) Subject: * wl.el (wl-exit): Run elmo-passwd-alist-clear. X-Git-Tag: wl-2_12-root~89 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a6739790741bee1008acdf5073e929392cf6a9d8;p=elisp%2Fwanderlust.git * wl.el (wl-exit): Run elmo-passwd-alist-clear. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index c0e8451..4697b11 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2004-09-20 Yoichi NAKAYAMA + + * wl.el (wl-exit): Run elmo-passwd-alist-clear. + 2004-09-19 Hiroya Murata * wl-summary.el (wl-summary-get-available-flags): Rewrite. diff --git a/wl/wl.el b/wl/wl.el index d05e4d0..209e08f 100644 --- 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)