[gnus git] branch master updated: m0-7-27-g498f1e9 =1= sieve: fix default port printing

Julien Danjou <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  498f1e9ba316e55aceaec76beb02bbcff693b15b (commit)
      from  6606be8f93a2d2e749e0082502f516382a1611df (commit)


- Log -----------------------------------------------------------------
commit 498f1e9ba316e55aceaec76beb02bbcff693b15b
Author: Julien Danjou <[email protected]>
Date:   Fri May 24 14:45:13 2013 +0200

    sieve: fix default port printing
    
    Signed-off-by: Julien Danjou <[email protected]>

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6efef71..fd9fb55 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-24  Julien Danjou  <[email protected]>
+
+	* sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
+	setup.
+
 2013-05-23  Glenn Morris  <[email protected]>
 
 	* gnus-util.el (rmail-swap-buffers-maybe)
diff --git a/lisp/sieve.el b/lisp/sieve.el
index 71a4a79..0e46cb6 100644
--- a/lisp/sieve.el
+++ b/lisp/sieve.el
@@ -257,7 +257,7 @@ Used to bracket operations which move point in the sieve-buffer."
   (erase-buffer)
   (buffer-disable-undo)
   (insert "\
-Server  : " server ":" (or port "2000") "
+Server  : " server ":" (or port sieve-manage-default-port) "
 
 ")
   (set (make-local-variable 'sieve-buffer-header-end)

-----------------------------------------------------------------------
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.el  |    2 +-
 2 files changed, 6 insertions(+), 1 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.