From: Richard M. Stallman Date: Fri, 1 Aug 1997 18:12:50 +0000 (+0000) Subject: (mail-mode): Recognize foo> prefix X-Git-Tag: emacs-20.1~872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=248be2038a34230ecb0dfc31f24ad586e231875d;p=emacs.git (mail-mode): Recognize foo> prefix even without leading space. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 985f11c872b..ff0835aabf8 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -348,7 +348,7 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)." (setq fill-paragraph-function 'mail-mode-fill-paragraph) (make-local-variable 'adaptive-fill-regexp) (setq adaptive-fill-regexp - (concat "[ \t]+[a-z0-9A-Z]*>+ *\\|" adaptive-fill-regexp)) + (concat "[a-z0-9A-Z]*>+ *\\|" adaptive-fill-regexp)) (make-local-variable 'adaptive-fill-first-line-regexp) (setq adaptive-fill-first-line-regexp adaptive-fill-regexp) ;; `-- ' precedes the signature. `-----' appears at the start of the