diff options
| author | Glenn Morris | 2009-02-20 06:18:51 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-02-20 06:18:51 +0000 |
| commit | 49b5c0e87e4fc9a203225eb04820df229c5e6714 (patch) | |
| tree | 3d83841bbe9e16fe8530d774a50425c1d8d0a635 /doc | |
| parent | 7087d5e9af41c8835c3a5090bd8e2c6893685466 (diff) | |
| download | emacs-49b5c0e87e4fc9a203225eb04820df229c5e6714.tar.gz emacs-49b5c0e87e4fc9a203225eb04820df229c5e6714.zip | |
Minor updates for mbox rather than Babyl.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/emacs/rmail.texi | 17 |
2 files changed, 13 insertions, 11 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 96a135e2e18..70d036d6749 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | 2009-02-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * rmail.texi: Minor updates for mbox rather than Babyl. | ||
| 4 | |||
| 1 | 2009-02-17 Karl Berry <karl@gnu.org> | 5 | 2009-02-17 Karl Berry <karl@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs.texi (Top): Add @insertcopying before the master menu. | 7 | * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988) |
| 4 | (Bug#1988) | ||
| 5 | 8 | ||
| 6 | 2009-02-17 Richard M Stallman <rms@gnu.org> | 9 | 2009-02-17 Richard M Stallman <rms@gnu.org> |
| 7 | 10 | ||
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 0a863acb09c..0b64a1713b7 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi | |||
| @@ -11,10 +11,9 @@ | |||
| 11 | @vindex rmail-mode-hook | 11 | @vindex rmail-mode-hook |
| 12 | 12 | ||
| 13 | Rmail is an Emacs subsystem for reading and disposing of mail that | 13 | Rmail is an Emacs subsystem for reading and disposing of mail that |
| 14 | you receive. Rmail stores mail messages in files called Rmail files | 14 | you receive. Rmail stores mail messages in files called Rmail files. |
| 15 | which use a special format. Reading the message in an Rmail file is | 15 | Reading the message in an Rmail file is done in a special major mode, |
| 16 | done in a special major mode, Rmail mode, which redefines most letters | 16 | Rmail mode, which redefines most letters to run commands for managing mail. |
| 17 | to run commands for managing mail. | ||
| 18 | @menu | 17 | @menu |
| 19 | * Basic: Rmail Basics. Basic concepts of Rmail, and simple use. | 18 | * Basic: Rmail Basics. Basic concepts of Rmail, and simple use. |
| 20 | * Scroll: Rmail Scrolling. Scrolling through a message. | 19 | * Scroll: Rmail Scrolling. Scrolling through a message. |
| @@ -342,11 +341,11 @@ all into a separate Rmail file avoids the need for interlocking in all | |||
| 342 | the rest of Rmail, since only Rmail operates on the Rmail file. | 341 | the rest of Rmail, since only Rmail operates on the Rmail file. |
| 343 | @end enumerate | 342 | @end enumerate |
| 344 | 343 | ||
| 345 | Rmail was written to use Babyl format as its internal format. Since | 344 | Rmail was originally written to use Babyl as its internal format. |
| 346 | then, we have recognized that the usual inbox format on Unix and GNU | 345 | Since then, we have recognized that the usual inbox format on Unix and |
| 347 | systems is adequate for the job, and we plan to change Rmail to use that | 346 | GNU systems is adequate for the job, and so since Emacs 23 Rmail uses |
| 348 | as its internal format. However, the Rmail file will still be separate | 347 | that as its internal format. The Rmail file is still separate from the |
| 349 | from the inbox file, even when their format is the same. | 348 | inbox file, even though their format is the same. |
| 350 | 349 | ||
| 351 | @vindex rmail-preserve-inbox | 350 | @vindex rmail-preserve-inbox |
| 352 | When getting new mail, Rmail first copies the new mail from the | 351 | When getting new mail, Rmail first copies the new mail from the |