Commit graph

228 commits

Author SHA1 Message Date
Dave Love
f70de9d453 Byte-compile-dynamic since it gets loaded by
Gnus with little use.
(mail-setup-hook): Add mail-abbrevs-setup to options.
2000-10-08 17:30:59 +00:00
Gerd Moellmann
8fcbbf7d42 (mail-mode-fill-paragraph): Do not get the
filed name if it's not there.
2000-09-12 13:30:30 +00:00
Eli Zaretskii
fab7aa637e Fix typo in comment. 2000-08-13 09:09:02 +00:00
Kenichi Handa
5ddcadb8e3 (sendmail-send-it): Improve the way to avoid calling
select-message-coding-system twice.
2000-07-27 06:22:00 +00:00
Kenichi Handa
2b7573b15d (sendmail-send-it): Inherit
buffer-file-coding-system of the current buffer to the temporary
buffer that this funciton uses for work.
2000-06-14 13:04:57 +00:00
Gerd Moellmann
3d04071d91 (mail-specify-envelope-from): Initialize to
nil.  Contemporary sendmails issue an X-Authentication-Warning if
the sender is set with `-f.
2000-06-13 21:35:42 +00:00
Kenichi Handa
030106ca73 (sendmail-send-it): Set
buffer-file-coding-system to the selected coding system for MIME
header.
2000-04-28 04:04:04 +00:00
Gerd Moellmann
faeb73d448 (mail-do-fcc): Prevent inserting a newline
at the start of an existing but empty folder.
2000-04-18 13:04:46 +00:00
Gerd Moellmann
baaa1f1913 (mail-send-nonascii): Add a new value 'mime and use
it as the default.
(mail-send): Test mail-send-nonascii also for the new 'mime value.
(sendmail-send-it): Conditionaly add MIME headers specifying the
used character set.
2000-03-07 12:33:39 +00:00
Dave Love
a23cf8c2bd Fix year ranges in copyright notice. 2000-01-31 22:21:01 +00:00
Gerd Moellmann
bf61662d88 (toplevel): Provide `sendmail' when compiling
before `require'ing rmail and mailalias to prevent infinite
recursion.
2000-01-09 12:37:37 +00:00
Dave Love
be0b8d6965 Require rmail, mailalias when compiling.
(mail-setup-hook): Add :options.
(mail-mode-hook, mail-send-hook): Customize.
2000-01-08 22:36:16 +00:00
Dave Love
0ec0d9c10a (mail-specify-envelope-from): Fix quoting of doc string. 1999-08-10 19:35:47 +00:00
Karl Heuer
32afb7445f (sendmail-send-it): Let mail-specify-envelope-from
control use of -f option.
(mail-specify-envelope-from): New variable.
(mail-from-style): Doc fix.
1999-08-10 17:46:24 +00:00
Kenichi Handa
0b64a3da3a (sendmail-coding-system): Doc-string fixed.
(default-sendmail-coding-system): Doc-string fixed.
1999-07-31 00:48:50 +00:00
Karl Heuer
81f5ed32ad (mail-sent-via): Use copy-marker not make-marker. 1999-04-26 04:33:56 +00:00
Stephen Eglen
e186b06917 Fix typo in error string for sendmail-send-it. 1999-03-14 19:41:37 +00:00
Richard M. Stallman
75e4db343e (mail-mode): Eliminate ambiguous match from paragraph-start.
(mail-yank-original): Remove text properties after insertion.
(mail-yank-region): Barf if no mark is set in the message being replied to.
1999-01-02 00:14:41 +00:00
Karl Heuer
538b98473f (sendmail-send-it): Don't wait for sendmail to
exit when mail-interactive is nil.
1998-12-10 03:07:35 +00:00
Karl Heuer
63b896163c (sendmail-send-it): Check for failure. 1998-11-05 19:31:09 +00:00
Andreas Schwab
265f03bcb2 (sendmail-coding-system,
default-sendmail-coding-system): Doc fix.
1998-10-30 10:53:59 +00:00
Karl Heuer
4e0c86509d Comment fix. 1998-10-06 23:22:48 +00:00
Kenichi Handa
da241b5c3c (sendmail-coding-system): Doc-string modified.
(default-sendmail-coding-system): New variable.
(sendmail-send-it): Encode the message by a coding system
select-message-coding-system returns.
1998-08-24 01:46:43 +00:00
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