Mercurial > emacs
changeset 111718:641811f5af6b
nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regressions in article selection.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Fri, 26 Nov 2010 00:45:03 +0000 |
parents | 5b0bb82d5f67 |
children | 2ec43a7063b3 |
files | lisp/gnus/ChangeLog lisp/gnus/nnimap.el |
diffstat | 2 files changed, 5 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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)