+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.
(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)