Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d78f466f
Commit
d78f466f
authored
Jul 26, 1997
by
Richard M. Stallman
Browse files
(mail-mode): Make adaptive-fill-regexp
match more values. Bind adaptive-fill-first-line-regexp too.
parent
feb1ff7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-1
No files found.
lisp/mail/sendmail.el
View file @
d78f466f
...
...
@@ -348,7 +348,9 @@ 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
"[ \t]+[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
;; lines that delimit forwarded messages.
;; Lines containing just >= 3 dashes, perhaps after whitespace,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment