diff options
author | Glenn Morris <rgm@gnu.org> | 2012-12-06 20:37:14 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-12-06 20:37:14 -0800 |
commit | 13a40633cfb5d3b97f26b362c27ffb50846dc1bb (patch) | |
tree | 28f32756da75f92ca1ee0b80057c1f5781a69502 /etc | |
parent | 4611a3cce757d835a812820e2a65bdc56441463a (diff) | |
download | emacs-13a40633cfb5d3b97f26b362c27ffb50846dc1bb.tar.gz |
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. ** MH-E has been updated to MH-E version 8.4. See MH-E-NEWS for details. +--- +** The unrmail command converts from BABYL to mboxrd rather than mboxo. +Customize `unrmail-mbox-format' to change this. + +--- +** Similarly, customize `rmail-mbox-format' to influence some minor aspects +of how Rmail displays non-MIME messages. + +++ ** New function `ses-rename-cell' to give SES cells arbitrary names. |