aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-12-06 20:37:14 -0800
committerGlenn Morris2012-12-06 20:37:14 -0800
commit13a40633cfb5d3b97f26b362c27ffb50846dc1bb (patch)
tree28f32756da75f92ca1ee0b80057c1f5781a69502 /etc
parent4611a3cce757d835a812820e2a65bdc56441463a (diff)
downloademacs-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/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 39b04da387c..242b8929fd2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
59See MH-E-NEWS for details. 59See MH-E-NEWS for details.
60 60
61---
62** The unrmail command converts from BABYL to mboxrd rather than mboxo.
63Customize `unrmail-mbox-format' to change this.
64
65---
66** Similarly, customize `rmail-mbox-format' to influence some minor aspects
67of 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