# HG changeset patch # User Katsumi Yamaoka # Date 1290732303 0 # Node ID 641811f5af6b9510aee9e7216c84d580f02aded9 # Parent 5b0bb82d5f67dca938e565bda61aa6fa9765a0de nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regressions in article selection. diff -r 5b0bb82d5f67 -r 641811f5af6b lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Thu Nov 25 23:43:16 2010 +0000 +++ b/lisp/gnus/ChangeLog Fri Nov 26 00:45:03 2010 +0000 @@ -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 -r 5b0bb82d5f67 -r 641811f5af6b lisp/gnus/nnimap.el --- a/lisp/gnus/nnimap.el Thu Nov 25 23:43:16 2010 +0000 +++ b/lisp/gnus/nnimap.el Fri Nov 26 00:45:03 2010 +0000 @@ -1613,13 +1613,6 @@ (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)