Add \r\n to the lines to make this work with Cyrus.
[gnus] / lisp / nnimap.el
index 2f432a1..c256c8c 100644 (file)
@@ -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)