From: okada Date: Sun, 19 Nov 2000 19:59:25 +0000 (+0000) Subject: * elmo-pop3.el (elmo-network-authenticate-session): Abolish `elmo-pop3-force-login'. X-Git-Tag: wl-2_6-root~186 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c92d3090a43cfd58f143694f1bed6de50638d410;p=elisp%2Fwanderlust.git * elmo-pop3.el (elmo-network-authenticate-session): Abolish `elmo-pop3-force-login'. --- diff --git a/elmo/elmo-pop3.el b/elmo/elmo-pop3.el index ac5b30c..d47437c 100644 --- a/elmo/elmo-pop3.el +++ b/elmo/elmo-pop3.el @@ -273,15 +273,7 @@ client name step response sasl-read-passphrase) (unless mechanism - (if (or elmo-pop3-force-login - (y-or-n-p - (format - "There's no %s capability in server. continue?" - (elmo-list-to-string - (elmo-network-session-auth-internal session))))) - (setq mechanism (sasl-find-mechanism - sasl-mechanisms)) - (signal 'elmo-authenticate-error '(elmo-pop3-auth-no-mechanisms)))) + (signal 'elmo-authenticate-error '(elmo-pop3-auth-no-mechanisms)))) (setq client (sasl-make-client mechanism diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index 4c26e37..8df13bf 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -180,7 +180,6 @@ For disconnected operations.") (defvar elmo-auto-change-plugged 600 "*Time to expire change plugged state automatically, as the number of seconds. Don't change plugged state automatically if nil.") - (defvar elmo-plugged-condition 'one "*The condition for `elmo-plugged' becomes on. If `all', when all ports are on. If `one', when even one port is on.