summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-01-19 12:58:00 -0800
committerGlenn Morris <rgm@gnu.org>2013-01-19 12:58:00 -0800
commite4b2330590d3ccfa2409e88f4a09c811066d0924 (patch)
tree4e3d4e9e1928dce1de6121051f4fe159498984e3
parentc4d1e0c39c41ced76bf6e1d7abae4fc333ef2834 (diff)
Tweak previous change
-rw-r--r--lisp/mail/unrmail.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el
index 406009af5e..698e9b0e0a 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)