diff options
author | Glenn Morris <rgm@gnu.org> | 2013-01-19 12:58:00 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-01-19 12:58:00 -0800 |
commit | e4b2330590d3ccfa2409e88f4a09c811066d0924 (patch) | |
tree | 4e3d4e9e1928dce1de6121051f4fe159498984e3 /lisp/mail/unrmail.el | |
parent | c4d1e0c39c41ced76bf6e1d7abae4fc333ef2834 (diff) | |
download | emacs-e4b2330590d3ccfa2409e88f4a09c811066d0924.tar.gz |
Tweak previous change
Diffstat (limited to 'lisp/mail/unrmail.el')
-rw-r--r-- | lisp/mail/unrmail.el | 2 |
1 files changed, 0 insertions, 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) |