projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9436391
)
Add version tag to smtpmail-servers-requiring-authorization
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 26 Jul 2019 12:17:14 +0000
(14:17 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 26 Jul 2019 12:17:14 +0000
(14:17 +0200)
* lisp/mail/smtpmail.el
(smtpmail-servers-requiring-authorization): Add version tag.
lisp/mail/smtpmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/smtpmail.el
b/lisp/mail/smtpmail.el
index acd6f145e71286947bf5fef8d67e4630f4679500..f6fd1cd65eb8d330652ee622cc01c2ebaf3caa32 100644
(file)
--- a/
lisp/mail/smtpmail.el
+++ b/
lisp/mail/smtpmail.el
@@
-162,7
+162,8
@@
user/password credentials, and then retry using credentials if
the server says that it requires it. If the server name matches
this regexp, smtpmail will send over the credentials on the first
attempt."
- :type '(choice regexp (const :tag "None" nil)))
+ :type '(choice regexp (const :tag "None" nil))
+ :version "27.1")
;; End of customizable variables.