summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-06 20:37:14 -0800
committerGlenn Morris <rgm@gnu.org>2012-12-06 20:37:14 -0800
commit13a40633cfb5d3b97f26b362c27ffb50846dc1bb (patch)
tree28f32756da75f92ca1ee0b80057c1f5781a69502 /etc
parent4611a3cce757d835a812820e2a65bdc56441463a (diff)
downloademacs-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/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.
** 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.