From 0570c9edb215d86c7896c75db1f2750bf107527a Mon Sep 17 00:00:00 2001 From: okada Date: Wed, 16 Jan 2002 22:06:50 +0000 Subject: [PATCH] * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix. --- wl/ChangeLog | 4 ++++ wl/wl-vars.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 7ad433f..dcf0a17 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,9 @@ 2002-01-17 Kenichi OKADA + * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix. + +2002-01-17 Kenichi OKADA + * wl-draft.el (wl-smtp-password-key): New function. (wl-smtp-extension-bind): Use `wl-smtp-password-key' (wl-draft-send-mail-with-smtp): Ditto. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 1975ef5..b24d7cc 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -354,8 +354,8 @@ If nil, `elmo-pop3-default-stream-type' is used." "*Default Authentication type for POP-before-SMTP. If nil, `elmo-pop3-default-authenticate-type' is used." :type '(choice (const :tag "none" nil) - (const :tag "APOP" "apop") - (const :tag "POP3" "user")) + (const :tag "APOP" 'apop) + (const :tag "POP3" 'user)) :group 'wl :group 'wl-setting) -- 1.7.10.4