Revert the last change here, since it's up to the backends to do CRLF removal if...
[gnus] / lisp / gnus-sum.el
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)