From 4afd650a586bdf3bb393b4b3aef042c7e2a5c8a4 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 27 Apr 2013 23:57:29 +0000 Subject: [PATCH] lisp/gnus/sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve port to "sieve" now that it has an official IANA port assigned --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/sieve-manage.el | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7a6856a784a..b4d3627d711 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -3,6 +3,11 @@ * gnus.el (gnus-list-debbugs): Use require rather than autoload. (Bug#14262) +2013-04-27 Julien Danjou + + * 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 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop): diff --git a/lisp/gnus/sieve-manage.el b/lisp/gnus/sieve-manage.el index 22c1f7036bf..b96261764e5 100644 --- a/lisp/gnus/sieve-manage.el +++ b/lisp/gnus/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 -- 2.39.2