]> git.eshelyaron.com Git - emacs.git/commitdiff
nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regres...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 26 Nov 2010 00:45:03 +0000 (00:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 26 Nov 2010 00:45:03 +0000 (00:45 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index b8e01b6cef530321fd59f924fc9cfd5345a9cba0..98008202da3433c1c1c9bd386d88d4693e1a9e8f 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 58af211ca4b5f14f5aa11d549acbae665eaa39e5..3f0892dbf0c3a02775231997bb216b6c419e5002 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)