* smtp.el (smtp-via-smtp): Assume that `smtp-authenticate-type'
[elisp/flim.git] / smtp.el
diff --git a/smtp.el b/smtp.el
index dd6da1b..1fc4b16 100644 (file)
--- a/smtp.el
+++ b/smtp.el
@@ -202,7 +202,7 @@ don't define this value."
 
            ;; AUTH --- SMTP Service Extension for Authentication (RFC2554)
            (when smtp-authenticate-type
-             (let ((auth (intern (downcase smtp-authenticate-type))) method)
+             (let ((auth smtp-authenticate-type) method)
                (if (and 
                     (memq auth extensions)
                     (setq method (nth 1 (assq auth smtp-authenticate-method-alist))))