Remove the "." at the end, since some servers don't like it.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 27 Sep 2010 17:36:19 +0000 (19:36 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 27 Sep 2010 17:36:19 +0000 (19:36 +0200)
lisp/ChangeLog
lisp/nnimap.el

index e01cf90..bc979a6 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
+       since some servers don't like it.
+
        * gnus-sum.el (gnus-summary-move-article): Add comment.
        (gnus-summary-insert-new-articles): Copy the old-high watermark so that
        nothing alters it while scanning for new messages.
index 869235d..bc3a047 100644 (file)
@@ -781,8 +781,8 @@ some servers.")
        (process-send-string (get-buffer-process (current-buffer)) message)
        (process-send-string (get-buffer-process (current-buffer))
                             (if (nnimap-newlinep nnimap-object)
-                                ".\n"
-                              ".\r\n"))
+                                "\n"
+                              "\r\n"))
        (let ((result (nnimap-get-response sequence)))
          (if (not (car result))
              (progn