Don't delete the space at the start, because this messes up the display.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 13:13:18 +0000 (15:13 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 13:13:18 +0000 (15:13 +0200)
lisp/gnus-html.el

index 5eced5f..390a241 100644 (file)
        (t
        ))
       (goto-char start))
-    ;; Delete any excessive space at the start.
-    (goto-char (point-min))
-    (when (and (re-search-forward "[^ \t\n]" nil t)
-              (> (match-beginning 0) (point-min)))
-      (delete-region (point-min) (1- (match-beginning 0))))
     (when images
       (gnus-html-schedule-image-fetching (current-buffer) (nreverse images)))))