Commit graph

228 commits

Author SHA1 Message Date
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
Richard M. Stallman
f808129110 (mail-setup): Don't set buffer-file-coding-system to nil.
Instead, kill the local binding of it.
1997-06-03 08:17:35 +00:00
Richard M. Stallman
2813dcb90f (mail-setup): Clear out buffer-file-coding-system. 1997-06-03 03:02:50 +00:00
Simon Marshall
1abf89b818 entry for expand-mail-aliases 1997-05-14 07:26:32 +00:00
Richard M. Stallman
699adcb295 Don't bind C-x m, C-x 4 m, C-x 5 m. 1997-04-29 02:07:51 +00:00
Richard M. Stallman
f0aef6bf09 (mail-attach-file): New function.
(mail-mode-map): Add mail-attach-file on C-c C-i.
1997-04-20 01:20:58 +00:00
Richard M. Stallman
0d15bc3116 (sendmail-send-it): Use quoted-printable encoding for the From field.
(mail-do-fcc): After appending to a buffer,
offer to save it.  Or if the buffer matched the file,
append to the file too.
1997-04-16 06:54:11 +00:00
Simon Marshall
3d51068df9 Tweak font-lock-keywords 1997-03-15 13:26:59 +00:00
Kenichi Handa
ae54d28781 (sendmail-coding-system): Add autoload cookie.
Default value is nil.
1997-02-26 13:08:35 +00:00
Karl Heuer
ee0a4f29f9 (sendmail-coding-system): New variable.
(sendmail-send-it): Perform code conversion on sending mail
according to sendmail-coding-system.
1997-02-20 05:50:19 +00:00
Richard M. Stallman
e39e74c048 (mail-yank-clear-headers): Handle case of end < start.
(mail-indent-citation): Handle case of end < start.
(mail-yank-region): New command (on C-c C-r).
1996-12-27 02:02:21 +00:00
Richard M. Stallman
42eda49ce9 (mail-indentation-spaces): Doc fix. 1996-12-27 01:33:53 +00:00
Erik Naggum
92976f6765 (sendmail-send-it): Explicitly pass interactive delivery options to
sendmail.
1996-12-17 02:54:04 +00:00
Richard M. Stallman
00365e9831 (sendmail-send-it): If no recipients, don't run
the mailer program.  If there was also no fcc file, signal error.
1996-12-16 08:06:37 +00:00
Richard M. Stallman
c8553837cd (mail-reply-action): Renamed from mail-reply-buffer.
(mail-yank-original): Handle either an action or a buffer
in mail-reply-action.
(mail): Doc fix.

(mail-mode-fill-paragraph): New function.
(mail-mode): Set fill-paragraph-function.
1996-12-07 22:16:27 +00:00
Simon Marshall
f1052d2e63 Tweak mail-font-lock-keywords. 1996-10-23 09:26:35 +00:00
Richard M. Stallman
5b6575b75d (mail-mode-auto-fill): New function.
(mail-mode): Put it into normal-auto-fill-function.
1996-08-29 01:25:34 +00:00
Richard M. Stallman
9f3e5ddfc4 (mail-self-blind, mail-interactive)
(mail-yank-ignored-headers): Make them user options.
1996-08-28 20:16:51 +00:00
Richard M. Stallman
98bd608d04 (mail-reply-buffer, mail-send-actions):
Mark them as permanent-local.
(mail-mode): Don't set mail-reply-buffer to nil.
1996-06-28 08:25:40 +00:00
Richard M. Stallman
df0d89b112 (mail-mode): Line starting with ---- is a separator. 1996-05-05 03:55:07 +00:00
Richard M. Stallman
3943fa098e (mail): Once again set default dir to home dir. 1996-04-03 04:51:35 +00:00
Richard M. Stallman
321eb232a3 (mail): Put the auto-save file in the home dir. 1996-04-03 04:42:55 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
c21b5781a3 (mail-mode-map): Bind M-TAB to mail-complete. 1996-02-26 01:40:50 +00:00
Richard M. Stallman
f7111cbf2a (mail-mode): Treat `-- ' line as paragraph separator. 1996-02-23 20:14:40 +00:00
Richard M. Stallman
22c03d3954 (mail-setup): For mail-self-blind, use user-mail-address. 1996-01-30 18:25:30 +00:00
Karl Heuer
26adca1bd9 (mail-yank-original): Doc fix. 1996-01-25 23:52:59 +00:00
Richard M. Stallman
54feedaa7b (mail-bury): Check mail-dedicated-frame frame param. 1996-01-25 20:27:45 +00:00