From: Lars Magne Ingebrigtsen Date: Fri, 26 Nov 2010 00:45:03 +0000 (+0000) Subject: nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regres... X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae48954851890b053595eb5640f1d7226a64a7e9;p=emacs.git nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regressions in article selection. --- 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)