* lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
authorueno <ueno>
Sun, 6 Feb 2000 08:38:33 +0000 (08:38 +0000)
committerueno <ueno>
Sun, 6 Feb 2000 08:38:33 +0000 (08:38 +0000)
confusing tabs from original header.

lisp/nnimap.el

index 23164d0..ed01472 100644 (file)
@@ -375,6 +375,8 @@ If EXAMINE is non-nil the group is selected read-only."
        (with-temp-buffer
         (buffer-disable-undo)
         (insert headers)
+        (nnheader-fold-continuation-lines)
+        (subst-char-in-region (point-min) (point-max) ?\t ? )
         (nnheader-ms-strip-cr)
         (let ((head (nnheader-parse-head 'naked)))
           (mail-header-set-number head uid)