mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-01 20:06:00 +00:00
(smtpmail-try-auth-methods): Fix typo.
This commit is contained in:
parent
540d066630
commit
1cdb6ab4a7
@ -1,3 +1,7 @@
|
||||
2004-02-11 John Paul Wallington <jpw@gnu.org>
|
||||
|
||||
* mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
|
||||
|
||||
2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* diff.el (diff-switches): New fun.
|
||||
|
@ -496,7 +496,7 @@ This is relative to `smtpmail-queue-dir'.")
|
||||
(netrc-get hostentry "login")
|
||||
(netrc-get hostentry "password"))))
|
||||
(smtpmail-find-credentials
|
||||
smtpmail-auth-credentiaals host port)))
|
||||
smtpmail-auth-credentials host port)))
|
||||
(passwd (when cred
|
||||
(or (smtpmail-cred-passwd cred)
|
||||
(read-passwd
|
||||
|
Loading…
Reference in New Issue
Block a user