Commit graph

73 commits

Author SHA1 Message Date
Richard M. Stallman
a06d794341 (mail-alias-file): Add autoload cookie. 1994-08-08 23:23:33 +00:00
Richard M. Stallman
bfc77306f5 (sendmail-send-it): Handle resent-to specially. 1994-08-02 01:29:20 +00:00
Richard M. Stallman
47c5e807f2 (mail-mailer-swallows-blank-line): Verify sendmail.cf
exists before reading it.
1994-07-15 04:31:14 +00:00
Richard M. Stallman
a5282b8fe2 (mail-setup): Insert -- line before .signature file. 1994-07-12 02:47:27 +00:00
Michael I. Bushnell
e4fbad4b57 Comment out losing call to set-visited-file-name; this shouldn't hurt
as long as nobody actually calls buffers `*mail*'.  (This isn't a real
fix.)  set-visited-file-name fails when given a nil argument.
1994-07-05 16:54:01 +00:00
Michael I. Bushnell
3b112b5e00 foo? 1994-07-05 16:52:59 +00:00
Richard M. Stallman
989a5e4fe5 (sendmail-send-it): Allow specifying Sender. 1994-07-03 20:37:34 +00:00
Richard M. Stallman
6cfc977ba3 (mail-bury): Test that rmail-summary-buffer is boundp. 1994-06-18 21:12:42 +00:00
Richard M. Stallman
da5667c68a (mail-send-hook): Add defvar.
(mail-send): Run mail-send-hook before the `Sending...' message.
1994-06-15 22:16:04 +00:00
Richard M. Stallman
16d1606d77 (mail): If homedir is nonexistent, don't use as default. 1994-06-12 12:57:42 +00:00
Richard M. Stallman
fdb90184f6 (mail-bury): If showing rmail buffer that has summary, show the summary too. 1994-06-10 20:20:53 +00:00
Richard M. Stallman
e6a4af1daf (mail-mailer-swallows-blank-line): Don't die
if /etc/sendmail.cf does not exist.
1994-05-23 04:53:44 +00:00
Richard M. Stallman
686573f1a4 (mail-mailer-swallows-blank-line): Put space and tab into brackets. 1994-05-07 22:00:33 +00:00
Karl Heuer
f8b15b6e6f (mail-mode): Doc mod. 1994-03-20 23:23:43 +00:00
Richard M. Stallman
fdc1827fdb (mail-do-fcc): Don't write a newline before the text. 1994-03-02 04:23:49 +00:00
Richard M. Stallman
5a85300527 (mail-mailer-swallows-blank-line): Fix regexp typo.
Check for apparent header line as well as for leading whitespace.
1994-02-17 19:04:07 +00:00
Richard M. Stallman
de3a72f68f (mail-signature): Insert a `-- ' line. 1994-02-08 17:51:57 +00:00
Karl Heuer
e4f794ed3a (mail-signature): Doc mod. 1994-02-07 23:05:56 +00:00
Richard M. Stallman
01b5c04d06 (mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.
1994-02-02 00:06:43 +00:00
Richard M. Stallman
7c203051cd (mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.
1994-01-24 23:52:51 +00:00
Richard M. Stallman
fe8c32a65d (mail-default-reply-to): Add autoload cookie. 1993-12-23 02:45:28 +00:00
Roland McGrath
5a31c2d2c1 (mail-fcc): Take argument and use interactive spec to prompt, rather than
calling read-file-name explicitly.  This function is useful to call from
programs with a computed argument.
1993-12-02 21:04:45 +00:00
Richard M. Stallman
3dbb573a0c (mail-yank-original): Delete windows on selected frame only. 1993-11-21 22:18:15 +00:00
Richard M. Stallman
53b0c109c7 (sendmail-send-it): Don't insert Sender. 1993-11-03 20:39:37 +00:00
Richard M. Stallman
fa24a82290 (mail-yank-hooks): Initialize to nil.
(mail-yank-original): If mail-yank-hooks is nil,
call mail-indent-citation.
1993-08-02 07:43:59 +00:00
Richard M. Stallman
7520f31890 Do the global key bindings only via loaddefs.el,
not when sendmail.el is loaded.
1993-07-29 18:24:32 +00:00
Richard M. Stallman
5bebb622b1 (mail-bury): Check that frame-parameters is defined. 1993-07-20 21:42:52 +00:00
Richard M. Stallman
9320d42195 (mail-bury): If selected frame is dedicated,
and there are other visible frames, delete this frame.
1993-07-16 04:18:46 +00:00
Richard M. Stallman
1b6bb250a6 (mail-bury): New function.
(mail-send-and-exit): Call mail-bury.
(mail-dont-send): New command, with menu bar binding.
1993-07-13 20:18:05 +00:00
Richard M. Stallman
f309891747 (mail-do-fcc): Use RFC 822 style date in Resent-Date: line.
Use new `mail-rfc822-time-zone' function to simplify pinhead generation.
1993-07-07 17:55:28 +00:00
Richard M. Stallman
e11094e681 (mail-send): Don't test buffer-modified-p if buffer is visiting a file. 1993-07-01 23:35:51 +00:00
Richard M. Stallman
299fdd8d65 (mail-mode-map): Add local menu bar bindings. 1993-06-21 20:08:39 +00:00
Richard M. Stallman
015c5c5582 (mail-citation-hook): New hook var.
(mail-yank-original): Use that hook if not nil.
1993-06-17 23:44:04 +00:00
Richard M. Stallman
0dda084273 (mail-do-fcc): Replace the code for appending to buffer. 1993-06-06 03:53:08 +00:00
Richard M. Stallman
801ddffa85 (mail-do-fcc): Omit first 2 lines when appending to an RMAIL buffer. 1993-06-04 03:00:25 +00:00
Richard M. Stallman
1c24b04ae5 (mail-signature): Do not insert a line with `--'.
(mail-yank-hooks): New hook variable.
(mail-yank-original): Run the hook.
(mail-indent-citation): New function.
1993-06-01 23:19:49 +00:00
Richard M. Stallman
fc23ca96e6 (mail-do-fcc): Put back the newline at the start
of the fcc temp buffer.  It got lost somewhere.
1993-05-31 04:21:15 +00:00
Richard M. Stallman
06b6829433 (send-mail-function): Use defvar. not defconst. 1993-05-29 04:35:25 +00:00
Jim Blandy
facb137b9c Some time-handling patches from Paul Eggert:
* calendar.el (calendar-current-time-zone): New function.
	(calendar-time-zone, calendar-standard-time-zone-name,
	calendar-daylight-time-zone-name): Use it instead of current-time-zone.
	* sendmail.el (mail-do-fcc): Use the same absolute time for both
	current-time-string and current-time-zone.  Adjust to new format
	returned by current-time-zone.
1993-05-20 06:28:46 +00:00
Richard M. Stallman
3c280f4819 (mail-yank-original): In Transient Mark mode,
don't get error and don't activate the mark.
1993-05-18 19:21:13 +00:00
Richard M. Stallman
874bdb5a86 (mail-setup): Leave point before signature, not after. 1993-05-17 23:18:47 +00:00
Richard M. Stallman
2d4130047f (mail-do-fcc): Don't output a newline before From... 1993-05-09 01:16:14 +00:00
Jim Blandy
684602b92e * sendmail.el (mail-setup): Don't insert "--\n" before the
signature.  If they want it, they can put it in their .signature
	file.
1993-05-03 03:40:10 +00:00
Richard M. Stallman
5e6cb310a7 (mail-do-fcc): Make a numeric time zone indicator
with current-time-zone--don't run `date'.
1993-04-17 21:46:13 +00:00
Eric S. Raymond
d9ecc911ff Added or corrected Commentary headers 1993-03-22 16:53:22 +00:00
Richard M. Stallman
70ca75ae69 (mail-setup): Use fill-region-as-paragraph
for To field; handle the CC just like the To.
1993-02-07 04:56:23 +00:00
Richard M. Stallman
a59de7ab62 (mail-do-fcc): Allow dash in timezone name. 1993-02-02 20:40:41 +00:00
Richard M. Stallman
d2561f346f (mail-send): Don't clear modified or delete autosave if visiting a file. 1993-01-07 10:18:46 +00:00
Jim Blandy
70f5352e86 * sendmail.el (mail-position-on-field): `end' is guaranteed to be
at the beginning of the header separator; don't skip back to the
	end of the previous line.
1992-12-24 06:01:33 +00:00
Jim Blandy
92e0f87a1f * sendmail.el (mail-self-blind, mail-interactive,
mail-yank-ignored-headers): Make these defvars, not defconsts.
	Otherwise, they wipe out the user's customizations when we
	autoload sendmail.el.
1992-12-06 22:42:10 +00:00