changeset 27361:c050e4500d16

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Jan 2000 21:37:06 +0000
parents 7d643cf235ad
children ce0641caaa76
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Jan 18 21:30:05 2000 +0000
+++ b/etc/NEWS	Tue Jan 18 21:37:06 2000 +0000
@@ -397,8 +397,12 @@
 
 ** Changes to Rmail mode
 
-RET is now bound in the Rmail summary to rmail-summary-goto-msg, like
-`j'.
+*** RET is now bound in the Rmail summary to rmail-summary-goto-msg,
+like `j'.
+
+*** There is a new user-option `rmail-digest-end-regexp' that can be
+used to specify a regular expression matching the end of a digest
+message.
 
 ** Changes to TeX mode
 
--- a/lisp/ChangeLog	Tue Jan 18 21:30:05 2000 +0000
+++ b/lisp/ChangeLog	Tue Jan 18 21:37:06 2000 +0000
@@ -1,5 +1,8 @@
 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
 
+	* mail/undigest.el (rmail-digest-end-regexp): New user option.
+	(undigestify-rmail-message): Use it.
+
 	* ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
 
 2000-01-17  Gerd Moellmann  <gerd@gnu.org>