emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102518: nnimap.el (nnimap-last-respo


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102518: nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regressions in article selection.
Date: Fri, 26 Nov 2010 00:45:03 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102518
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Fri 2010-11-26 00:45:03 +0000
message:
  nnimap.el (nnimap-last-response-string): Remove the unfolding -- it 
introduces regressions in article selection.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/nnimap.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-11-25 23:43:16 +0000
+++ b/lisp/gnus/ChangeLog       2010-11-26 00:45:03 +0000
@@ -1,3 +1,8 @@
+2010-11-26  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
+       introduces regressions in article selection.
+
 2010-11-25  Katsumi Yamaoka  <address@hidden>
 
        * message.el (message-called-interactively-p): A temporary macro.

=== modified file 'lisp/gnus/nnimap.el'
--- a/lisp/gnus/nnimap.el       2010-11-25 23:43:16 +0000
+++ b/lisp/gnus/nnimap.el       2010-11-26 00:45:03 +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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]