# HG changeset patch # User Stefan Monnier # Date 1012600793 0 # Node ID cdc1a6112b86f50d5a68e5c295044109c7c4df73 # Parent c9f8fe6e7d284bb85a91cf4fa3bf7ce8ddeb7f79 (mail-mode): Undo half of last change. diff -r c9f8fe6e7d28 -r cdc1a6112b86 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Fri Feb 01 21:44:26 2002 +0000 +++ b/lisp/mail/sendmail.el Fri Feb 01 21:59:53 2002 +0000 @@ -491,7 +491,7 @@ adaptive-fill-regexp)) (make-local-variable 'adaptive-fill-first-line-regexp) (setq adaptive-fill-first-line-regexp - (concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|" + (concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|" adaptive-fill-first-line-regexp)) ;; `-- ' precedes the signature. `-----' appears at the start of the ;; lines that delimit forwarded messages.