* nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 26 Nov 2010 00:39:13 +0000 (01:39 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 26 Nov 2010 00:39:13 +0000 (01:39 +0100)
introduces regressions in article selection.

lisp/ChangeLog
lisp/nnimap.el

index e865e30..fcfcf27 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
+       introduces regressions in article selection.
+
 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-called-interactively-p): A temporary macro.
index 58af211..3f0892d 100644 (file)
@@ -1613,13 +1613,6 @@ textual parts.")
   (save-excursion
     (forward-line 1)
     (let ((end (point)))
-      ;; Unfold quoted {num} lines, if they exist.
-      (when (search-backward "}" nil t)
-       (save-restriction
-         (narrow-to-region (point-min) end)
-         (goto-char (point-min))
-         (nnimap-unfold-quoted-lines)
-         (goto-char (setq end (point-max)))))
       (forward-line -1)
       (when (not (bobp))
        (forward-line -1)