From 598e8126658463e2e4950254ed28f2efcbb92efd Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 15 Dec 2010 22:35:29 +0100 Subject: [PATCH] Fix the syntax of the QRESYNC command by deleting a superfluous space which broke Cyrus servers. This change will break other servers that are buggy the other way around. --- lisp/ChangeLog | 7 +++++++ lisp/nnimap.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ed1f8a55..8dfa10b90 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2010-12-15 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the + QRESYNC command by deleting a superfluous space which broke Cyrus + servers. This change will break other servers that are buggy the other + way around. + 2010-12-14 Teodor Zlatanov * spam.el: Reindent and fix long lines. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 0462cf946..ae1929d1b 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -1080,7 +1080,7 @@ textual parts.") uidvalidity modseq) (push - (list (nnimap-send-command "EXAMINE %S (QRESYNC (%s %s))" + (list (nnimap-send-command "EXAMINE %S (QRESYNC (%s %s))" (utf7-encode group t) uidvalidity modseq) 'qresync -- 2.11.4.GIT