diff options
| author | Glenn Morris | 2009-03-25 06:49:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-03-25 06:49:19 +0000 |
| commit | 329a643c50ede08c2d11ca33b6a374617f70d9b4 (patch) | |
| tree | 4aa1aaf8f756c90e29beaeeb600b80d25297d924 /etc | |
| parent | c6493cdde31740892445ea9927bbc461da84ae36 (diff) | |
| download | emacs-329a643c50ede08c2d11ca33b6a374617f70d9b4.tar.gz emacs-329a643c50ede08c2d11ca33b6a374617f70d9b4.zip | |
Mention M-x find-file no longer works for Rmail files.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -944,6 +944,10 @@ However, M-x set-rmail-inbox-list now lasts only for one session | |||
| 944 | because there is no way to save the list of inbox files in an | 944 | because there is no way to save the list of inbox files in an |
| 945 | mbox-format file. | 945 | mbox-format file. |
| 946 | 946 | ||
| 947 | Also, whereas with Babyl format M-x find-file would switch to Rmail | ||
| 948 | mode, with mbox format this is no longer the case (there being no way | ||
| 949 | to add an "-*- rmail-*-" cookie to an mbox file). | ||
| 950 | |||
| 947 | If you have written any extensions to Rmail, they are likely to need | 951 | If you have written any extensions to Rmail, they are likely to need |
| 948 | updating. Conceptually, the Rmail buffer that you see is no longer | 952 | updating. Conceptually, the Rmail buffer that you see is no longer |
| 949 | just a narrowed portion of the whole. So you cannot access the whole | 953 | just a narrowed portion of the whole. So you cannot access the whole |