Commit graph

365 commits

Author SHA1 Message Date
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
Simon Marshall
70a302f866 Use `eval' in mail-font-lock-keywords. 1996-01-25 10:27:33 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
1498db1830 (sendmail-sync-aliases): Renamed from sendmail-synch-aliases. 1996-01-04 23:10:07 +00:00
Richard M. Stallman
f869bab820 (mail-header-separator): Don't put on read-only property. 1996-01-03 18:36:29 +00:00
Richard M. Stallman
5411544782 (sendmail-send-it): Make deletion of empty subject line work reliably. 1996-01-02 08:57:04 +00:00
Richard M. Stallman
6737ae7425 (mail-setup): Put text property on mail-header-separator.
(mail-header-separator): Set it up for use as a category property.
(mail, mail-send): Turn on inhibit-read-only temporarily.
1995-12-23 07:42:36 +00:00
Karl Heuer
c7608a53b0 (mail-bury): Use window-dedicated-p. 1995-12-15 21:16:34 +00:00
Karl Heuer
7e34da22f0 (sendmail-send-it): Added support for Resent-CC and
Resent-BCC headers.
1995-12-13 02:19:05 +00:00
Richard M. Stallman
2b3a206d69 (mail-yank-clear-headers): Do nothing if
mail-yank-ignored-headers is nil.
1995-11-10 17:23:49 +00:00
Karl Heuer
dc8cec25f0 (mail): Don't change directory for *mail* buffer.
(sendmail-send-it, mail-recover): Instead, temporarily change to a
safe directory for just the subprocess.
1995-11-04 00:39:03 +00:00
Simon Marshall
85aa52faa3 Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator. 1995-10-26 13:53:18 +00:00
Simon Marshall
4e84ff47a9 Change to citation regexp for mail-font-lock-keywords. 1995-10-26 13:48:35 +00:00
Richard M. Stallman
4ac2e032a5 (mail-signature-file): New variable.
Fix various doc strings to mention it.
(mail-signature): Use mail-signature-file.
1995-10-04 19:34:25 +00:00