From e8f1a02f902e318a8c935bb49e527461f8341614 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 17 Dec 2010 17:45:38 +0100 Subject: [PATCH] Revert the last change here, since it's up to the backends to do CRLF removal if their protocol has it. --- lisp/ChangeLog | 4 ++++ lisp/gnus-sum.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90104db29..459c57c30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,10 @@ 2010-12-17 Lars Magne Ingebrigtsen + * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change + here, since it's up to the backends to do CRLF removal if their + protocol has it. + * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers. 2010-12-17 Julien Danjou diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 5ce9cf781..1966e4af6 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -6262,7 +6262,6 @@ The resulting hash table is returned, or nil if no Xrefs were found." gnus-newsgroup-ignored-charsets))) (with-current-buffer nntp-server-buffer ;; Translate all TAB characters into SPACE characters. - (nnheader-remove-cr-followed-by-lf) (subst-char-in-region (point-min) (point-max) ?\t ? t) (subst-char-in-region (point-min) (point-max) ?\r ? t) (ietf-drums-unfold-fws) -- 2.34.1