Revert the last change here, since it's up to the backends to do CRLF removal if...
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 17 Dec 2010 16:45:38 +0000 (17:45 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 17 Dec 2010 16:47:04 +0000 (17:47 +0100)
lisp/ChangeLog
lisp/gnus-sum.el

index 90104db..459c57c 100644 (file)
@@ -4,6 +4,10 @@
 
 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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  <julien@danjou.info>
index 5ce9cf7..1966e4a 100644 (file)
@@ -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)