Importing Pterodactyl Gnus v0.92.
[elisp/gnus.git-] / lisp / nnfolder.el
index 3168ac5..b0dd971 100644 (file)
@@ -710,6 +710,10 @@ deleted.  Point is left where the deleted region was."
          (save-buffer))
       ;; Parse the damn thing.
       (save-excursion
+       (goto-char (point-min))
+       ;; Remove any blank lines at the start.
+       (while (eq (following-char) ?\n)
+         (delete-char 1))
        (nnmail-activate 'nnfolder)
        ;; Read in the file.
        (let ((delim "^From ")