Add \r\n to the lines to make this work with Cyrus.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 29 Sep 2010 15:11:22 +0000 (17:11 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 29 Sep 2010 15:11:22 +0000 (17:11 +0200)
lisp/ChangeLog
lisp/nnimap.el

index 3b794a9..0e13f54 100644 (file)
@@ -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.
 
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)