]> git.eshelyaron.com Git - emacs.git/commitdiff
(unrmail): Record labels in X-RMAIL-* fields, which are recognized by
authorChong Yidong <cyd@stupidchicken.com>
Tue, 27 Jan 2009 22:38:58 +0000 (22:38 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 27 Jan 2009 22:38:58 +0000 (22:38 +0000)
the new Rmail, instead of X-BABYL-V6-*.

lisp/mail/unrmail.el

index 619e7e2b1c32b636b0612c163cbed807e0208c25..a6ec4bffc4d1411acdc27ddcee3e18905aa1578b 100644 (file)
@@ -203,9 +203,9 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
            ;; Insert the `From ' line.
            (insert mail-from "\n")
            ;; Record the keywords and attributes in our special way.
-           (insert "X-BABYL-V6-ATTRIBUTES: " (apply 'string attrs) "\n")
+           (insert "X-RMAIL-ATTRIBUTES: " (apply 'string attrs) "\n")
            (when keywords
-             (insert "X-BABYL-V6-KEYWORDS: " keywords "\n"))
+             (insert "X-RMAIL-KEYWORDS: " keywords "\n"))
            (goto-char (point-min))
            ;; ``Quote'' "\nFrom " as "\n>From "
            ;;  (note that this isn't really quoting, as there is no requirement