[gnus git] branch master updated: m0-5-314-g462da66 =1= sieve-manage: update sieve port number
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 462da662b7ae3ce08c9dca4d9233e583aac1904e (commit)
from 54c5fdfcdcddeabaa068755f52ff6fa01e2d3c33 (commit)
- Log -----------------------------------------------------------------
commit 462da662b7ae3ce08c9dca4d9233e583aac1904e
Author: Julien Danjou <[email protected]>
Date: Sat Apr 27 23:10:09 2013 +0200
sieve-manage: update sieve port number
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c12c825..ae2b4cd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-27 Julien Danjou <[email protected]>
+
+ * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
+ port to "sieve" now that it has an official IANA port assigned.
+
2013-04-26 Katsumi Yamaoka <[email protected]>
* mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
diff --git a/lisp/sieve-manage.el b/lisp/sieve-manage.el
index 22c1f70..b962617 100644
--- a/lisp/sieve-manage.el
+++ b/lisp/sieve-manage.el
@@ -149,9 +149,10 @@ the server support the authenticator and AUTHENTICATE is a function
for doing the actual authentication."
:group 'sieve-manage)
-(defcustom sieve-manage-default-port 2000
+(defcustom sieve-manage-default-port "sieve"
"Default port number or service name for managesieve protocol."
- :type 'integer
+ :type '(choice integer string)
+ :version "24.4"
:group 'sieve-manage)
(defcustom sieve-manage-default-stream 'network
-----------------------------------------------------------------------
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 | 5 +++++
lisp/sieve-manage.el | 5 +++--
2 files changed, 8 insertions(+), 2 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