From: yamaoka Date: Fri, 28 Apr 2000 03:52:28 +0000 (+0000) Subject: Sync. X-Git-Tag: t-gnus-6_14-quimby-before-AC-changed-~92 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c90a484a0a26b3e61e71672fa38323e108565ff2;p=elisp%2Fgnus.git- Sync. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 536b2c6..b09024e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-04-27 23:23:37 Shenghuo ZHU + + * nndoc.el (nndoc-type-alist): Change forward regexp. + 2000-04-27 21:57:10 Shenghuo ZHU * message.el (message-send-mail-partially-limit): Change the diff --git a/lisp/nndoc.el b/lisp/nndoc.el index 876cee7..363ff3c 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -71,8 +71,8 @@ from the document.") (body-begin-function . nndoc-babyl-body-begin) (head-begin-function . nndoc-babyl-head-begin)) (forward - (article-begin . "^-+ Start of forwarded message -+\n+") - (body-end . "^-+ End of forwarded message -+$") + (article-begin . "^-+ \\(Start of \\)?forwarded message -+\n+") + (body-end . "^-+ End \\(of \\)?forwarded message -+$") (prepare-body-function . nndoc-unquote-dashes)) (rfc934 (article-begin . "^--.*\n+")