mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(mail-mode): Set adaptive-fill-first-line-regexp
specially, not same as adaptive-fill-regexp.
This commit is contained in:
parent
b8cd1360b1
commit
f03ca5f57c
@ -359,7 +359,8 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)."
|
||||
(setq adaptive-fill-regexp
|
||||
(concat "[ \t]*[a-z0-9A-Z]*>+[ \t]*\\|" adaptive-fill-regexp))
|
||||
(make-local-variable 'adaptive-fill-first-line-regexp)
|
||||
(setq adaptive-fill-first-line-regexp adaptive-fill-regexp)
|
||||
(setq adaptive-fill-first-line-regexp
|
||||
(concat "[ \t]*[a-z0-9A-Z]*>+[ \t]*\\|" adaptive-fill-first-line-regexp))
|
||||
;; `-- ' precedes the signature. `-----' appears at the start of the
|
||||
;; lines that delimit forwarded messages.
|
||||
;; Lines containing just >= 3 dashes, perhaps after whitespace,
|
||||
|
Loading…
Reference in New Issue
Block a user