Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
889e4d55
Commit
889e4d55
authored
Jan 10, 2010
by
Jason Rumney
Browse files
* sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK response.
parent
4e5617ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/sieve-manage.el
lisp/gnus/sieve-manage.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
889e4d55
2010-01-08 Jason Rumney <jasonr@gnu.org>
* sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
response.
2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
...
...
lisp/gnus/sieve-manage.el
View file @
889e4d55
...
...
@@ -636,7 +636,7 @@ password is remembered in the buffer."
sieve-manage-capability
))
(
push
(
list
str
)
sieve-manage-capability
))
(
forward-line
)))
(
when
(
re-search-forward
(
concat
"^OK"
sieve-manage-server-eol
)
nil
t
)
(
when
(
re-search-forward
(
concat
"^OK
.*
"
sieve-manage-server-eol
)
nil
t
)
(
setq
sieve-manage-state
'nonauth
)))
(
defalias
'sieve-manage-parse-greeting-1
'sieve-manage-parse-capability-1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment