Commit graph

305 commits

Author SHA1 Message Date
Karl Heuer
1bae7664b5 (send-mail-function, mail): Doc fixes. 1995-05-27 00:48:24 +00:00
Karl Heuer
e3b671fc68 (mail-text): Expand abbrev before moving point. 1995-05-22 19:41:25 +00:00
Karl Heuer
330e9e11c7 (mail-mode): Clarify doc string.
(mail-text): Ditto.
1995-05-19 18:57:48 +00:00
Richard M. Stallman
bcf40dfd63 (mail-font-lock-keywords): Make mail-header-separator into a regexp. 1995-05-09 04:09:15 +00:00
Richard M. Stallman
6696191053 (sendmail-send-it): Check continuation lines
when checking for empty subject lines.
1995-05-05 22:31:11 +00:00
Richard M. Stallman
5313d5f1ef (mail-position-on-field): Use $, not \n, in regexp. 1995-04-25 03:35:00 +00:00
Simon Marshall
9322d1c633 mail-font-lock-keywords efficiency fix. 1995-04-24 11:49:06 +00:00
Richard M. Stallman
89901917ef (mail-do-fcc): Use just find-buffer-visiting
to find buffer to append to.
1995-04-13 05:43:35 +00:00
Richard M. Stallman
0408f0ac5a (mail-mode): Make mail-header-separator into regexp. 1995-04-08 20:09:28 +00:00
Richard M. Stallman
fa8afe4217 (mail-mode-map): Longer title for headers submenu. 1995-04-02 05:40:43 +00:00
Richard M. Stallman
67a6988bf8 (mail): Use pop-to-buffer.
(same-window-buffer-names): Add *mail*.
(mail-other-window, mail-other-frame): Bind to nil
same-window-buffer-names, special-display-buffer-names, and ...regexps.
1995-03-25 20:49:23 +00:00
Boris Goldowsky
eb35ee41de (mail-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:42:36 +00:00
Richard M. Stallman
3a3ffba4fc (mail-reply-to): New command, on C-c C-f C-r and in menu.
(mail-do-fcc): Find buffer to add to
using truename, if can't find it by real name.
1995-02-13 06:49:27 +00:00
Noah Friedman
9a41d08a34 mail-mailer-swallows-blank-line: Handle full range of legal header names as
specified by RFC822.
1995-02-01 21:21:29 +00:00
Noah Friedman
8790b6984a (mail-personal-alias-file): New variable.
Use globally in place of hardwired "~/.mailrc".
1995-01-03 23:43:27 +00:00
Richard M. Stallman
476070a4d5 (sendmail-send-it): Don't convert S: to Subject:. 1994-12-15 15:23:49 +00:00
Karl Heuer
ea9ceb343e (sendmail-send-it): Add `From:' header.
(mail-from-style): New variable.
1994-11-30 22:03:35 +00:00
Richard M. Stallman
58cabff051 (mail-setup): Make fill-column wide for the in-reply-to. 1994-11-18 16:41:07 +00:00
Richard M. Stallman
34046d66f0 (mail-setup): Fill in-reply-to field properly. 1994-10-23 05:02:00 +00:00
Richard M. Stallman
de01bf7dcf (mail-aliases, mail-archive-file-name): Doc fixes. 1994-10-22 02:54:46 +00:00
Richard M. Stallman
ff8e5528bd (sendmail-synch-aliases): Check MAILRC envvar. 1994-10-21 21:31:47 +00:00
Richard M. Stallman
9171f37fd2 (mail-setup): Fill the in-reply-to field. 1994-10-15 01:09:19 +00:00
Richard M. Stallman
f20c9a8730 (mail-do-fcc): If file does not exist, assume it is not a Babyl file. 1994-10-14 04:49:32 +00:00
Richard M. Stallman
d6642dffed (mail-file-babyl-p): New function.
(mail-do-fcc): If file is a Babyl file, write output in Babyl format.
1994-10-13 09:13:36 +00:00
Simon Marshall
2667df4284 * sendmail.el: (mail-mode): Set font-lock-defaults. 1994-10-12 09:10:05 +00:00
Richard M. Stallman
7e67d00b98 (mail-alias-modtime): Doc fix. 1994-10-12 08:02:20 +00:00
Richard M. Stallman
8b1f1a0c15 (mail-font-lock-keywords): New variable.
(mail-mode): Set font-lock-keywords locally.
1994-10-07 10:00:00 +00:00
Richard M. Stallman
dfdac213aa (mail): Doc fix. 1994-09-27 20:14:55 +00:00
Karl Heuer
26045a35d2 (sendmail-synch-aliases): Renamed from sync-mail-aliases. All callers changed. 1994-09-22 17:00:25 +00:00
Richard M. Stallman
810163a3aa (mail-default-reply-to): Initialize to t.
(mail-setup): If it's t, set it from envvar REPLYTO.
1994-09-21 18:26:57 +00:00
Richard M. Stallman
1f7850dd5c (mail-bury-selects-summary): New variable.
(mail-bury): Test it.
1994-09-20 23:52:38 +00:00
Karl Heuer
9cc7519111 (mail-alias-modtime): New variable.
(synch-mail-aliases): New function.
(mail-setup, sendmail-send-it): Synchronize cached list with file.
1994-09-16 22:29:25 +00:00
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