From: kaoru Date: Mon, 21 Aug 2000 08:35:26 +0000 (+0000) Subject: * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077cd6222e54911d73dfabdf504202057b54d69a;p=elisp%2Fwanderlust.git * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem wrong-type-argument error when auth is nil. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index ee6ab9c..496031e 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2000-08-21 Kaoru Takahashi + + * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem + wrong-type-argument error when auth is nil. + 2000-08-21 Yuuichi Teranishi * elmo-vars.el (elmo-default-imap4-stream-type): New variable. diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index f490479..4c8a40b 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -1408,7 +1408,7 @@ Return nil if connection failed." (make-local-variable 'elmo-imap4-password-key) (setq elmo-imap4-password-key (format "IMAP4:%s/%s@%s:%d" user - (symbol-name (or auth "plain")) + (symbol-name (or auth 'plain)) host port (elmo-network-stream-type-spec-string