emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111563: Tweak previous change


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111563: Tweak previous change
Date: Sat, 19 Jan 2013 12:58:00 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111563
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-01-19 12:58:00 -0800
message:
  Tweak previous change
modified:
  lisp/mail/unrmail.el
=== modified file 'lisp/mail/unrmail.el'
--- a/lisp/mail/unrmail.el      2013-01-19 20:54:56 +0000
+++ b/lisp/mail/unrmail.el      2013-01-19 20:58:00 +0000
@@ -240,8 +240,6 @@
            (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]