[gnus git] branch master updated: n0-13-77-g6c5a011 =1= sieve-manage: create auth-info if needed
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 6c5a011d4b207b82ff673b8ae03f913a3756368b (commit)
from 4c756ae429b1fb8f1e0db861ef0dca0efae506b5 (commit)
- Log -----------------------------------------------------------------
commit 6c5a011d4b207b82ff673b8ae03f913a3756368b
Author: Julien Danjou <[email protected]>
Date: Mon Mar 7 15:31:38 2011 +0100
sieve-manage: create auth-info if needed
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ba11e2c..be8ecc6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-07 Julien Danjou <[email protected]>
+
+ * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
+
2011-03-05 Antoine Levitt <[email protected]>
* gnus.el (gnus-interactive): Use read-directory-name.
diff --git a/lisp/sieve-manage.el b/lisp/sieve-manage.el
index c9a0df2..ec59cf3 100644
--- a/lisp/sieve-manage.el
+++ b/lisp/sieve-manage.el
@@ -275,7 +275,8 @@ Valid states are `closed', `initial', `nonauth', and `auth'.")
(with-current-buffer buffer
(let* ((auth-info (auth-source-search :host sieve-manage-server
:port "sieve"
- :max 1))
+ :max 1
+ :create t))
(user-name (plist-get (nth 0 auth-info) :user))
(user-password (plist-get (nth 0 auth-info) :secret))
(user-password (if (functionp user-password)
-----------------------------------------------------------------------
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 | 4 ++++
lisp/sieve-manage.el | 3 ++-
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