[gnus git] branch master updated: n0-17-202-gbb86854 =1= * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bb86854aadfc89dfd7889c580bac5e2951bd268e (commit)
from b2274a6f90b2ef1112ab22c5b158bf6e427bd4dd (commit)
- Log -----------------------------------------------------------------
commit bb86854aadfc89dfd7889c580bac5e2951bd268e
Author: Andrew Cohen <[email protected]>
Date: Sun Jul 24 09:07:25 2011 -0400
* nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4be8325..afdfb10 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-24 Andrew Cohen <[email protected]>
+
+ * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
+
2011-07-23 Andrew Cohen <[email protected]>
* nnir.el (nnir-search-thread): New function to make an nnir group
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 8a0d635..52de488 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1949,11 +1949,11 @@ textual parts.")
"")))
(value
(format
- "(OR HEADER REFERENCES %s HEADER Message-Id %s)"
+ "(OR HEADER REFERENCES %S HEADER Message-Id %S)"
id id)))
(dolist (refid refs value)
(setq value (format
- "(OR (OR HEADER Message-Id %s HEADER REFERENCES %s) %s)"
+ "(OR (OR HEADER Message-Id %S HEADER REFERENCES %S) %s)"
refid refid value)))))
-----------------------------------------------------------------------
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/nnimap.el | 10 +++++-----
2 files changed, 9 insertions(+), 5 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