From: Lars Magne Ingebrigtsen Date: Wed, 29 Sep 2010 15:11:22 +0000 (+0200) Subject: Add \r\n to the lines to make this work with Cyrus. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=1a2a889d0a0fd4d40b0f84e538e115ff4aed0d89;p=gnus Add \r\n to the lines to make this work with Cyrus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b794a961..0e13f542b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,8 @@ * nnimap.el (nnimap-insert-partial-structure): Be way more permissive when interpreting the structures. + (nnimap-request-accept-article): Add \r\n to the lines to make this + work with Cyrus. * nnregistry.el: Added. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 2f432a160..c256c8c73 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -795,6 +795,7 @@ textual parts.") (deffoo nnimap-request-accept-article (group &optional server last) (when (nnimap-possibly-change-group nil server) (nnmail-check-syntax) + (nnimap-add-cr) (let ((message (buffer-string)) (message-id (message-field-value "message-id")) sequence)