Mercurial > emacs
changeset 101589:01abffb7f38c
(unrmail): Record labels in X-RMAIL-* fields, which are recognized by
the new Rmail, instead of X-BABYL-V6-*.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 27 Jan 2009 22:38:58 +0000 |
parents | b7197e72fe7a |
children | 1481d448dfc9 |
files | lisp/mail/unrmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/unrmail.el Tue Jan 27 22:38:47 2009 +0000 +++ b/lisp/mail/unrmail.el Tue Jan 27 22:38:58 2009 +0000 @@ -203,9 +203,9 @@ ;; 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