Commit graph

305 commits

Author SHA1 Message Date
Richard M. Stallman
55c3534be0 (sendmail-send-it): Report invalid values of mail-from-style. 1998-08-14 08:58:00 +00:00
Richard M. Stallman
3c2cede3cd (mail-setup): After using `fill-region-as-paragraph'
on a new address field, ensure that it ends with a newline.
1998-08-12 07:31:00 +00:00
Richard M. Stallman
118a3c046e (mail-setup): After using `fill-region-as-paragraph'
on a new address field, ensure that it ends with a newline.
1998-08-11 12:17:42 +00:00
Richard M. Stallman
d6bccf099e (mail-citation-header): New variable.
(mail-yank-original, mail-yank-region): Bind mail-citation-header.
(mail-citation-hook): Doc fix.
1998-08-10 07:43:08 +00:00
Richard M. Stallman
8761c2c46b (mail-yank-region): Bind mark-even-if-inactive to t.
(mail-yank-original was similarly changed, a few versions ago.)
1998-08-01 19:11:15 +00:00
Richard M. Stallman
ddedc4d424 (mail-mode): Add the citation regexp
to adaptive-fill-regexp after the usual contents.
But modify the usual contents not to match whitespace alone;
match that again last.
Add that citation regexp to paragraph-start and paragraph-separate too.
1998-07-27 23:09:41 +00:00
Richard M. Stallman
706e3d8591 (mail-citation-prefix-regexp): New variable.
(mail-fill-yanked-message): Pass mail-citation-prefix-regexp
to fill-individual-paragraphs.
1998-07-13 01:45:43 +00:00
Richard M. Stallman
2e78575e5c (mail): Avoid changing auto-save file name. 1998-06-28 18:57:51 +00:00
Richard M. Stallman
66191b7ecb (mail-header-end): Widen.
(mail-text-start): Widen.
1998-06-09 06:04:20 +00:00
Richard M. Stallman
7a3662966c (mail-mode): Include -- ' and ---+' in
paragraph-start and paragraph-separate.
1998-06-07 01:30:29 +00:00
Richard M. Stallman
9a97e0735f (mail-from-style): Rename new alternative to `system-default'. 1998-05-28 04:08:24 +00:00
Richard M. Stallman
2a42d1606c (mail-from-style): Fix prev change. 1998-05-28 04:07:14 +00:00
Richard M. Stallman
cc674186b6 (mail-from-style): New alternative, `default'. 1998-05-28 04:06:52 +00:00
Richard M. Stallman
13da0554f6 (sendmail-send-it):
If mail-from-style isn't angles, parens or nil, don't use -f option.
1998-05-28 03:49:04 +00:00
Richard M. Stallman
f13c1dae62 (mail-signature): Allow expression as value.
Improve prompts in custom type.  Add risky-local-variable property.
(mail-setup): Implement that feature.
1998-05-09 07:24:47 +00:00
Richard M. Stallman
51d541d42c (send-mail-function): Doc fix.
(mail-header-end, mail-text-start): New functions.
(mail-sendmail-delimit-header): New function.
(mail-sendmail-undelimit-header): New function.
(mail-mode-auto-fill): Use mail-header-end.
(mail-mode-fill-paragraph, mail-send, sendmail-send-it): Likewise.
(mail-sent-via, mail-position-on-field): Likewise.
(mail-fill-yanked-message, mail-text): Use mail-text-start
1998-05-03 04:35:16 +00:00
Karl Heuer
d3db616e13 (mail-mode): Doc fix. 1998-04-15 06:30:16 +00:00
Simon Marshall
8646fe223f use a string that will never match. 1998-03-27 10:11:45 +00:00
Simon Marshall
e69d810c33 check length of mail-header-separator before using in font-lock-keywords. 1998-03-25 16:41:18 +00:00
Stephen Eglen
0b5bb3ec88 Customized. 1998-02-22 22:01:28 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Kenichi Handa
5e7e990e1a (sendmail-coding-system): Doc-string modified.
(sendmail-send-it): Select a safe coding system to encode an
outgoing mail.
1998-01-22 01:41:59 +00:00
Karl Heuer
cd47bdccbe (sendmail-send-it): Parse folded
Resent-To header properly; don't ignore folded lines.
1997-12-04 05:25:59 +00:00
Karl Heuer
f6f4d6902b (mail-do-fcc): Handle dont-write-the-file
correctly--don't write msg to the file after saving it from a buffer.
1997-10-20 03:49:42 +00:00
Karl Heuer
b03a162169 (mail-bury): Check for value, not just
existence, of alist element.
1997-10-15 22:50:09 +00:00
Richard M. Stallman
55206ca664 (mail-do-fcc): When writing to an Rmail file,
use rmail-file-coding-system or else emacs-mule.
1997-09-13 08:19:54 +00:00
Kenichi Handa
a92db45a68 (sendmail-send-it): If both
buffer-file-coding-system and sendmail-coding-system are nil, use
iso-latin-1 for encoding.
1997-09-12 01:46:32 +00:00
Kenichi Handa
1d6af2e59e (sendmail-send-it): The priority of coding
system for encoding outgoing mails is (1) local value of
buffer-file-coding-system, (2) sendmail-coding-syste, (3)
default-buffer-file-coding-system.
1997-09-10 13:15:07 +00:00
Richard M. Stallman
12eb951fa5 (mail-mode): Allow dash in citation prefixes
in adaptive-fill-regexp and adaptive-fill-first-line-regexp.
1997-09-08 10:28:45 +00:00
Richard M. Stallman
f03ca5f57c (mail-mode): Set adaptive-fill-first-line-regexp
specially, not same as adaptive-fill-regexp.
1997-09-03 07:08:43 +00:00
Richard M. Stallman
413d1aa236 (mail-send): Complain about invalid header line. 1997-08-30 18:03:33 +00:00
Richard M. Stallman
ac9f031061 (mail-yank-original): Bind mark-even-if-inactive
around the indentation and citation hooks code.

(mail-send-nonascii): Make the default t.
1997-08-20 02:06:31 +00:00
Richard M. Stallman
34153d7670 (mail-send): Ask for confirmation if
message contains non-ASCII characters.
(mail-send-nonascii): New variable.
1997-08-14 22:10:30 +00:00
Kenichi Handa
8d0cab5714 (sendmail-send-it): Bind sendmail-coding-system
to buffer-file-coding-system if it is non-nil.
1997-08-07 04:18:18 +00:00
Richard M. Stallman
6acf83d3c0 (mail-mode): Allow TAB after prefix in previous change. 1997-08-05 17:25:06 +00:00
Richard M. Stallman
a8fb994089 (mail-mode): Fix previous change.
Treat a supercite prefix not followed by text
as a paragraph separator.
1997-08-05 06:41:51 +00:00
Richard M. Stallman
248be2038a (mail-mode): Recognize foo> prefix
even without leading space.
1997-08-01 18:12:50 +00:00
Richard M. Stallman
d78f466fff (mail-mode): Make adaptive-fill-regexp
match more values.  Bind adaptive-fill-first-line-regexp too.
1997-07-26 22:19:26 +00:00
Richard M. Stallman
5e32e1197a (mail): Improve confirmation questions for file-visiting mail buffers. 1997-07-25 00:10:37 +00:00
Richard M. Stallman
374bda6bbd (mail-indent-citation): Undo previous change.
Instead, convert region-end to a marker before the loop.
(mail-yank-original, mail-yank-region): Undo previous change.
1997-07-22 20:23:53 +00:00
Richard M. Stallman
072c1ebbf4 (mail): Ask a different question, if buffer is visiting a file. 1997-07-19 08:15:46 +00:00
Richard M. Stallman
1b8def5857 (mail-mode): Set adaptive-fill-regexp specially to cater to supercite.
(mail-indent-citation): Take region args.
(mail-yank-original, mail-yank-region): Pass the args.
1997-07-19 08:11:51 +00:00
Richard M. Stallman
28afe1992d (mail-mode-auto-fill): Use insert-before-markers. 1997-07-15 19:34:10 +00:00
Kenichi Handa
8881c1abb9 (mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
1997-07-15 08:23:58 +00:00
Richard M. Stallman
b56822304a (mail-mode): Make fill-paragraph-function local. 1997-07-10 01:41:38 +00:00
Richard M. Stallman
205d354f26 (mail-do-fcc): Pass an arg to verify-visited-file-modtime. 1997-07-04 04:43:38 +00:00
Richard M. Stallman
b3e13f5d78 Fix previous change. 1997-06-17 02:29:54 +00:00
Richard M. Stallman
1603f29ab9 (mail-mode): mail-header-separator affects paragraphs
only when there is nothing after it on the line.
(mail-mode-auto-fill, mail-mode-fill-paragraph):
Look for mail-header-separator only on a line by itself.
1997-06-17 00:08:51 +00:00
Richard M. Stallman
9cc92f8bd3 (mail-mode): Let all-white lines separate paragraphs. 1997-06-15 07:36:22 +00:00
Richard M. Stallman
a984234637 (mail-mode): Change paragraph-start and
paragraph-separate not to match leading spaces.
1997-06-12 04:32:29 +00:00