From e4b2330590d3ccfa2409e88f4a09c811066d0924 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 19 Jan 2013 12:58:00 -0800 Subject: [PATCH] Tweak previous change --- lisp/mail/unrmail.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 406009af5e2..698e9b0e0a0 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el @@ -240,8 +240,6 @@ The variable `unrmail-mbox-format' controls which mbox format to use." (insert "X-RMAIL-ATTRIBUTES: " (apply 'string attrs) "\n") (when keywords (insert "X-RMAIL-KEYWORDS: " keywords "\n")) - (goto-char (point-min)) - (forward-line 1) ; skip `From ' line ;; Convert From to >From, etc. (let ((case-fold-search nil) (fromline (if (eq 'mboxrd unrmail-mbox-format) -- 2.39.5