projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3758a44
)
* wl.el (wl-exit): Run elmo-passwd-alist-clear.
author
yoichi
<yoichi>
Mon, 20 Sep 2004 06:29:16 +0000
(06:29 +0000)
committer
yoichi
<yoichi>
Mon, 20 Sep 2004 06:29:16 +0000
(06:29 +0000)
wl/ChangeLog
patch
|
blob
|
history
wl/wl.el
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
c0e8451
..
4697b11
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-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.
diff --git
a/wl/wl.el
b/wl/wl.el
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)