[gnus git] branch master updated: n0-17-4-gfade454 =2= Anchor the match for STLS just to make sure. ; (open-tls-stream): Remove superfluous tls/starttls autoloads.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fade45488a2431d3b7b39f24d4fc78b43a443461 (commit)
via 9074c29c4510c44c27b9ac80df8535824bbb33bf (commit)
from 9c09bfb629f99c5909c70982a17607060a419022 (commit)
- Log -----------------------------------------------------------------
commit fade45488a2431d3b7b39f24d4fc78b43a443461
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon May 2 00:42:22 2011 +0200
Anchor the match for STLS just to make sure.
diff --git a/lisp/pop3.el b/lisp/pop3.el
index cb2a77b..3ca5cab 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -311,7 +311,7 @@ Returns the process associated with the connection."
:return-list t
:starttls-function
(lambda (capabilities)
- (and (string-match "STLS" capabilities)
+ (and (string-match "\\bSTLS\\b" capabilities)
"STLS\r\n"))))
(when result
(let ((response (plist-get (cdr result) :greeting)))
commit 9074c29c4510c44c27b9ac80df8535824bbb33bf
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon May 2 00:06:23 2011 +0200
(open-tls-stream): Remove superfluous tls/starttls autoloads.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fa5ae85..17a2f4e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
2011-05-01 Lars Magne Ingebrigtsen <[email protected]>
* pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
+ (open-tls-stream): Remove superfluous tls/starttls autoloads.
2011-05-01 Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/pop3.el b/lisp/pop3.el
index 2266510..cb2a77b 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -264,10 +264,6 @@ Use streaming commands."
(pop3-quit process)
message-count))
-(autoload 'open-tls-stream "tls")
-(autoload 'starttls-open-stream "starttls")
-(autoload 'starttls-negotiate "starttls") ; avoid warning
-
(defcustom pop3-stream-type nil
"*Transport security type for POP3 connexions.
This may be either nil (plain connexion), `ssl' (use an
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 1 +
lisp/pop3.el | 6 +-----
2 files changed, 2 insertions(+), 5 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project