diff options
| author | Chong Yidong | 2009-01-27 23:01:50 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-27 23:01:50 +0000 |
| commit | eaf49a68640f9208c61de638b1a5f3b330cb1850 (patch) | |
| tree | e38715f5301bc078a4c873408bd7d3a69b42f86e | |
| parent | 77f33383720687b66524fde1280fbe7324b921d1 (diff) | |
| download | emacs-eaf49a68640f9208c61de638b1a5f3b330cb1850.tar.gz emacs-eaf49a68640f9208c61de638b1a5f3b330cb1850.zip | |
* mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
converting.
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 167d5238f39..652fa49d7ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-01-27 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-01-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before | ||
| 4 | converting. | ||
| 5 | |||
| 3 | * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields, | 6 | * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields, |
| 4 | which are recognized by the new Rmail, instead of X-BABYL-V6-*. | 7 | which are recognized by the new Rmail, instead of X-BABYL-V6-*. |
| 5 | 8 | ||