From c92d3090a43cfd58f143694f1bed6de50638d410 Mon Sep 17 00:00:00 2001 From: okada Date: Sun, 19 Nov 2000 19:59:25 +0000 Subject: [PATCH] * elmo-pop3.el (elmo-network-authenticate-session): Abolish `elmo-pop3-force-login'. --- elmo/elmo-pop3.el | 10 +--------- elmo/elmo-vars.el | 1 - 2 files changed, 1 insertion(+), 10 deletions(-) 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. -- 1.7.10.4