Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e7f2c178
Commit
e7f2c178
authored
Aug 21, 2011
by
Lars Magne Ingebrigtsen
Browse files
(smtpmail-try-auth-methods): Expand the secret password.
parent
c65c9622
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/mail/smtpmail.el
lisp/mail/smtpmail.el
+2
-0
No files found.
lisp/ChangeLog
View file @
e7f2c178
...
...
@@ -3,6 +3,7 @@
* mail/smtpmail.el (smtpmail-via-smtp): Only bind
`coding-system-for-*' around the process open call to avoid
auth-source side effects.
(smtpmail-try-auth-methods): Expand the secret password.
2011-08-21 Chong Yidong <cyd@stupidchicken.com>
...
...
lisp/mail/smtpmail.el
View file @
e7f2c178
...
...
@@ -505,6 +505,8 @@ The list is in preference order.")
(
save-function
(
and
ask-for-password
(
plist-get
auth-info
:save-function
)))
ret
)
(
when
(
functionp
password
)
(
setq
password
(
funcall
password
)))
(
when
(
and
user
(
not
password
))
;; The user has stored the user name, but not the password, so
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment