Synch to No Gnus 200408260904.
authoryamaoka <yamaoka>
Thu, 26 Aug 2004 09:05:06 +0000 (09:05 +0000)
committeryamaoka <yamaoka>
Thu, 26 Aug 2004 09:05:06 +0000 (09:05 +0000)
lisp/ChangeLog
lisp/nndoc.el

index 91e3fe0..5a7e582 100644 (file)
@@ -1,5 +1,8 @@
 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.
index d6a9e0e..3763654 100644 (file)
@@ -130,7 +130,7 @@ from the document.")
      (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))