comparison lisp/mail/smtpmail.el @ 53919:095e499a14ad

(smtpmail-try-auth-methods): Fix typo.
author John Paul Wallington <jpw@pobox.com>
date Wed, 11 Feb 2004 07:17:29 +0000
parents 61abf9ce6838
children e7ea873f6f2e
comparison
equal deleted inserted replaced
53918:3619e67b00f4 53919:095e499a14ad
494 (when hostentry 494 (when hostentry
495 (list host port 495 (list host port
496 (netrc-get hostentry "login") 496 (netrc-get hostentry "login")
497 (netrc-get hostentry "password")))) 497 (netrc-get hostentry "password"))))
498 (smtpmail-find-credentials 498 (smtpmail-find-credentials
499 smtpmail-auth-credentiaals host port))) 499 smtpmail-auth-credentials host port)))
500 (passwd (when cred 500 (passwd (when cred
501 (or (smtpmail-cred-passwd cred) 501 (or (smtpmail-cred-passwd cred)
502 (read-passwd 502 (read-passwd
503 (format "SMTP password for %s:%s: " 503 (format "SMTP password for %s:%s: "
504 (smtpmail-cred-server cred) 504 (smtpmail-cred-server cred)