diff options
| author | Glenn Morris | 2012-12-06 20:37:14 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-06 20:37:14 -0800 |
| commit | 13a40633cfb5d3b97f26b362c27ffb50846dc1bb (patch) | |
| tree | 28f32756da75f92ca1ee0b80057c1f5781a69502 /etc | |
| parent | 4611a3cce757d835a812820e2a65bdc56441463a (diff) | |
| download | emacs-13a40633cfb5d3b97f26b362c27ffb50846dc1bb.tar.gz emacs-13a40633cfb5d3b97f26b362c27ffb50846dc1bb.zip | |
Default to mboxrd in Rmail, allow mboxo as an option
* lisp/mail/unrmail.el (unrmail-mbox-format): New option.
(batch-unrmail, unrmail): Doc fixes.
(unrmail): Respect unrmail-mbox-format.
* lisp/mail/rmail.el (rmail-mbox-format): New option.
(rmail-show-message-1): Respect rmail-mbox-format.
* etc/NEWS: Related edits.
Fixes: debbugs:6574
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -58,6 +58,14 @@ amounts of data into the ERC input. | |||
| 58 | ** MH-E has been updated to MH-E version 8.4. | 58 | ** MH-E has been updated to MH-E version 8.4. |
| 59 | See MH-E-NEWS for details. | 59 | See MH-E-NEWS for details. |
| 60 | 60 | ||
| 61 | --- | ||
| 62 | ** The unrmail command converts from BABYL to mboxrd rather than mboxo. | ||
| 63 | Customize `unrmail-mbox-format' to change this. | ||
| 64 | |||
| 65 | --- | ||
| 66 | ** Similarly, customize `rmail-mbox-format' to influence some minor aspects | ||
| 67 | of how Rmail displays non-MIME messages. | ||
| 68 | |||
| 61 | +++ | 69 | +++ |
| 62 | ** New function `ses-rename-cell' to give SES cells arbitrary names. | 70 | ** New function `ses-rename-cell' to give SES cells arbitrary names. |
| 63 | 71 | ||