diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-27 22:38:47 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-27 22:38:47 +0000 |
commit | 0112aa1bfdd0481941c326a47f46180e67eaa84c (patch) | |
tree | 8d821857312ea8473248767eb81d0243115fd589 /lisp | |
parent | 0f75abdf76650cbaf98bae0c0cf29b9c62e8f2b4 (diff) | |
download | emacs-0112aa1bfdd0481941c326a47f46180e67eaa84c.tar.gz emacs-0112aa1bfdd0481941c326a47f46180e67eaa84c.tar.bz2 emacs-0112aa1bfdd0481941c326a47f46180e67eaa84c.zip |
* mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
which are recognized by the new Rmail, instead of X-BABYL-V6-*.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a3b9597d6d8..167d5238f39 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-01-27 Chong Yidong <cyd@stupidchicken.com> + + * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields, + which are recognized by the new Rmail, instead of X-BABYL-V6-*. + 2009-01-27 Christopher Oliver <coliver@message.nmc.edu> * mouse.el (mouse-select-font): Return a string instead of a list. |