;; Commit by Arisawa-san by way of yamaoka.
authoryamaoka <yamaoka>
Mon, 1 Feb 1999 06:40:09 +0000 (06:40 +0000)
committeryamaoka <yamaoka>
Mon, 1 Feb 1999 06:40:09 +0000 (06:40 +0000)
* (nndoc-mime-digest-type-p): Add the element of `header-begin' to type-alist
for mime-digest.

lisp/nndoc.el

index 789bfc5..8d3c64a 100644 (file)
@@ -519,6 +519,7 @@ from the document.")
       (setq entry (assq 'mime-digest nndoc-type-alist))
       (setcdr entry
              (list
+              (cons 'head-begin "^ ?\n")
               (cons 'head-end "^ ?$")
               (cons 'body-begin "^ ?\n")
               (cons 'article-begin b-delimiter)