1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

223 Commits

Author SHA1 Message Date
Brian Fox
760a35286c (rmail-convert-file): If the file is empty, don't convert it after
inserting the BABYL header.
1993-09-21 07:34:20 +00:00
Richard M. Stallman
0f0a85b310 (rmail-forward): Insert the text right after the header separator. 1993-09-15 22:59:12 +00:00
Richard M. Stallman
073fb95606 (rmail-convert-file): Narrow to exclude the Babyl header. 1993-09-11 10:40:03 +00:00
Richard M. Stallman
e3e87be8cd (rmail-convert-file): Exclude the Babyl header
when calling rmail-convert-to-babyl-format.
1993-09-07 10:41:05 +00:00
Richard M. Stallman
65c200c571 (rmail-forward): Don't bind mail-signature, mail-setup-hook. 1993-08-12 00:23:54 +00:00
Paul Eggert
adb4746230 Remove, since floor and mod
(caesar-region): Replace `%' by `mod' and simplify.
1993-08-10 04:14:17 +00:00
Richard M. Stallman
6961bfbfdc (rmail-resend): Delete any Sender field. 1993-08-05 06:54:58 +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
15a36ac5ac (rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
(rmail-toggle-header, rmail-reformat-message): Ignore case
when checking for Summary-line.
1993-07-29 05:37:32 +00:00
Richard M. Stallman
b03848314e (rmail-convert-file): If file needs conversion, convert it all. 1993-07-29 03:43:38 +00:00
Richard M. Stallman
be89e32b3e Comment change. 1993-07-27 23:12:22 +00:00
Richard M. Stallman
4eb5bf462d (unrmail): Total rewrite. 1993-07-25 02:19:59 +00:00
Richard M. Stallman
6e446ebbcc (rmail-output): New arg NOATTRIBUTE. 1993-07-25 02:19:47 +00:00
Richard M. Stallman
e76841099a (rmail-output-to-rmail-file): Set rmail-last-rmail-file
while reading the interactive args.
(rmail-output): Likewise, for rmail-last-file.
(rmail-output-to-rmail-file): Use default-file consistently.
1993-07-24 21:16:29 +00:00
Richard M. Stallman
b1d9bfa735 (rmail-last-rmail-file): Initialize to a file name.
(rmail): Don't set rmail-last-rmail-file.

(rmail-forward): Call rmail-start-mail for new frame
even if just one window.
(rmail-start-mail): Return what mail-other-frame returned.
1993-07-24 20:20:22 +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
9a4cc6bd8d (rmail-edit-map): Inherit properly from text-mode-map;
use the whole thing, not its cdr.
1993-07-20 05:21:25 +00:00
Richard M. Stallman
9ed9f36f4b entered into RCS 1993-07-20 03:02:12 +00:00
Richard M. Stallman
94ed51e86b (rmail-mail-new-frame): New variable.
(rmail-start-mail): New function.
(rmail-mail, rmail-continue, rmail-reply, rmail-forward)
(rmail-retry-failure): Use rmail-start-mail.
1993-07-16 04:19:04 +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
019bf2a313 (rmail-insert-inbox-text): If inbox is not in the
spool dir, try copying before renaming.
1993-07-13 05:52:32 +00:00
Richard M. Stallman
757e603c90 Fix typos in previous change. 1993-07-10 05:09:45 +00:00
Richard M. Stallman
dba3adb09b (rmail-output): If file is an Rmail file,
use rmail-output-to-rmail-file.
(rmail-output-to-rmail-file): If file exists
and is not an Rmail file, use rmail-output.
If we find an element in rmail-output-file-alist, eval it.
(rmail-file-p): New function.
(rmail-output-file-alist): Now contains expressions to eval.
1993-07-09 20:46:42 +00:00
Roland McGrath
650d648679 (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as
end-of-buffer.
1993-07-08 21:14:43 +00:00
Richard M. Stallman
e6a4a267ff (mail-rfc822-time-zone, mail-rfc822-date): New fns. 1993-07-07 17:55:55 +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
bcf120251a (rmail-resend): Use RFC 822 style date in Resent-Date: line. 1993-07-07 17:54:20 +00:00
Richard M. Stallman
6cd37f8f5f (rmail-variables): Compare truename as well as given name
against rmail-file-name.
1993-07-06 22:39:56 +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
94142e7881 (build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'. 1993-07-01 20:25:42 +00:00
Richard M. Stallman
388348ae1f Doc fixes. 1993-06-30 16:44:35 +00:00
Richard M. Stallman
9ee9b53e02 entered into RCS 1993-06-26 11:59:44 +00:00
Richard M. Stallman
e45fce0359 (rmail-summary-mode-map): Bind summary sort commands.
(rmail-summary-sort-...): Moved from rmailsort.el.
(rmail-sort-from-summary): Likewise.  Require rmailsort.
1993-06-22 05:55:59 +00:00
Richard M. Stallman
8b1d5b3126 Don't touch rmail-summary-mode-map.
Don't touch rmail-mode-map.  Don't require rmail or sort.
(rmail-summary-sort-...): Moved to rmailsum.el.
(rmail-sort-from-summary): Likewise.
1993-06-22 05:55:41 +00:00
Richard M. Stallman
3bf526cfc6 Add autoloads for rmailsort commands.
(rmail-mode-map): Add bindings for those commands.
1993-06-22 05:55:22 +00:00
Richard M. Stallman
aac180a7b1 (rmail-mode): Move to the last message. 1993-06-22 02:51:26 +00:00
Richard M. Stallman
5201dddabb (rmail-mode-map): Add local menu bar bindings.
(rmail-search-backward): New command.
1993-06-22 02:25:20 +00:00
Richard M. Stallman
e7a00c2598 (rmail-summary-mode-map): Add local menu bar bindings.
(rmail-summary-search-backward): New command.
(rmail-summary-search): Don't use save-excursion.
1993-06-22 02:25:05 +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
a2c1fc584a (rmail-output): Check file can be read before trying to read part of it. 1993-06-19 01:23:59 +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
5bd65b3b64 (rmail-output): Use insert-file-contents to look at
beginning of output file.
1993-06-16 19:24:34 +00:00
Richard M. Stallman
3af1a1f3c2 (define-mail-alias): Remove excess whitespace better. 1993-06-15 20:51:15 +00:00
Richard M. Stallman
51e4ece8a5 (define-mail-abbrev): Renamed from define-mail-alias.
(build-mail-abbrevs): Use new name.
1993-06-15 20:50:11 +00:00
Richard M. Stallman
b2b01bfa21 (build-mail-abbrevs): Pass just two args to define-mail-alias. 1993-06-15 20:36:10 +00:00
Richard M. Stallman
2564586656 (sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't check char-syntax.
1993-06-11 22:22:15 +00:00
Richard M. Stallman
645d62199d (sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't do the expand here.
1993-06-11 20:48:08 +00:00
Richard M. Stallman
b25b6c3402 (rmail-output-to-rmail-file): Use the smart default in the prompt. 1993-06-11 16:36:19 +00:00