comparison lisp/gnus/nndoc.el @ 28:1917ad0d78d7 r19-15b97

Import from CVS: tag r19-15b97
author cvs
date Mon, 13 Aug 2007 08:51:55 +0200
parents 4103f0995bd7
children ec9a17fef872
comparison
equal deleted inserted replaced
27:0a3286277d9b 28:1917ad0d78d7
63 (forward 63 (forward
64 (article-begin . "^-+ Start of forwarded message -+\n+") 64 (article-begin . "^-+ Start of forwarded message -+\n+")
65 (body-end . "^-+ End of forwarded message -+$") 65 (body-end . "^-+ End of forwarded message -+$")
66 (prepare-body-function . nndoc-unquote-dashes)) 66 (prepare-body-function . nndoc-unquote-dashes))
67 (rfc934 67 (rfc934
68 (article-begin . "^-.*\n+") 68 (article-begin . "^--.*\n+")
69 (body-end . "^-.*$") 69 (body-end . "^--.*$")
70 (prepare-body-function . nndoc-unquote-dashes)) 70 (prepare-body-function . nndoc-unquote-dashes))
71 (clari-briefs 71 (clari-briefs
72 (article-begin . "^ \\*") 72 (article-begin . "^ \\*")
73 (body-end . "^\t------*[ \t]^*\n^ \\*") 73 (body-end . "^\t------*[ \t]^*\n^ \\*")
74 (body-begin . "^\t") 74 (body-begin . "^\t")