From ae48954851890b053595eb5640f1d7226a64a7e9 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 26 Nov 2010 00:45:03 +0000 Subject: [PATCH] nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regressions in article selection. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/nnimap.el | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index b8e01b6cef5..98008202da3 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2010-11-26 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it + introduces regressions in article selection. + 2010-11-25 Katsumi Yamaoka * message.el (message-called-interactively-p): A temporary macro. diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 58af211ca4b..3f0892dbf0c 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -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) -- 2.39.5