2002-01-17 Kenichi OKADA <okada@opaopa.org>
+ * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
+
+2002-01-17 Kenichi OKADA <okada@opaopa.org>
+
* 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.
"*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)