summaryrefslogtreecommitdiff
path: root/lisp/mail/unrmail.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-01-27 22:38:58 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-01-27 22:38:58 +0000
commit77f33383720687b66524fde1280fbe7324b921d1 (patch)
treebdf86608362c4ecb38730523948ff5cd53324b78 /lisp/mail/unrmail.el
parent0112aa1bfdd0481941c326a47f46180e67eaa84c (diff)
downloademacs-77f33383720687b66524fde1280fbe7324b921d1.tar.gz
(unrmail): Record labels in X-RMAIL-* fields, which are recognized by
the new Rmail, instead of X-BABYL-V6-*.
Diffstat (limited to 'lisp/mail/unrmail.el')
-rw-r--r--lisp/mail/unrmail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el
index 619e7e2b1c3..a6ec4bffc4d 100644
--- a/lisp/mail/unrmail.el
+++ b/lisp/mail/unrmail.el
@@ -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