2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
+ * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
+ entry.
+
* gnus-group.el (gnus-group-line-format-alist): Convert the value
of gnus-tmp-news-method into string under XEmacs. It will be
passed to gnus-correct-length which takes only a string argument.
(article-transform-function . nndoc-transform-lanl-gov-announce)
(subtype preprints guess))
(rfc822-forward
- (article-begin . "^\n\n*")
+ (article-begin . "^\n+")
(body-end-function . nndoc-rfc822-forward-body-end-function)
(generate-head-function . nndoc-rfc822-forward-generate-head)
(generate-article-function . nndoc-rfc822-forward-generate-article))