1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

234 Commits

Author SHA1 Message Date
Richard M. Stallman
6a338071ba (rmail-view-buffer): Doc fix.
(rmail-summary-buffer, rmail-summary-vector): Mark as permanent local.
(rmail-buffer): Add defvar and mark as permanent local.
1997-08-24 16:32:17 +00:00
Richard M. Stallman
8148a3adf7 (rmail-make-in-reply-to-field): Don't cause an
error if the `From:' line has no valid email addresses.
1997-08-12 05:49:26 +00:00
Richard M. Stallman
9a2fe7b204 (rmail-resend): Use user-mail-address. 1997-07-29 02:15:28 +00:00
Richard M. Stallman
f26d8cd6e8 Comment change. 1997-07-25 22:10:42 +00:00
Richard M. Stallman
0974f7bfcf (rmail-pop-password-error): New variable.
(rmail-insert-inbox-text): If there's an error getting mail from
the POP server, and the error matches rmail-pop-password-error or
we prompted for the POP password, assume that the password is
incorrect and erase it so that the user will be prompted again the
next time he gets mail.
1997-07-25 22:08:24 +00:00
Richard M. Stallman
cfd86a2fdd (rmail-mime-feature): Doc and custom fix. 1997-07-25 01:01:50 +00:00
Richard M. Stallman
743139f5de (rmail-get-new-mail): If conversion fails, delete the text that was inserted. 1997-06-25 05:07:36 +00:00
Kenichi Handa
fc3c34a837 (rmail-enable-decoding-message): Deleted.
(rmail-revert): Bind enable-multibyte-characters to nil before
calling rmail-convert-file.
(rmail-convert-to-babyl-format): If enable-multibyte-characters is
nil, do not convert code.
1997-06-18 12:55:02 +00:00
Richard M. Stallman
95b597ce99 (rmail-mmdf-delim1, rmail-mmdf-delim2):
Variables renamed from mmdf-delim1 and mmdf-delim2.
1997-06-01 19:31:59 +00:00
Kenichi Handa
426591c3ff Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
1997-05-16 00:59:00 +00:00
Richard M. Stallman
3bdbb9adc6 Fix previous change. 1997-05-15 21:19:48 +00:00
Richard M. Stallman
2079601b89 (rmail-retry-failure): Rename local to rmail-this-buffer.
(rmail-primary-inbox-list): Don't use backquote.
1997-05-15 20:17:08 +00:00
Kenichi Handa
908b8443a6 (rmail-enable-decoding-message): New variable.
(rmail-convert-file): Comment fixed.
(rmail-revert): Do not decode RMAIL file again because the backup
file is saved in Emacs internal format.
(rmail-convert-to-babyl-format): Check
rmail-enable-decoding-message.
1997-05-12 06:56:27 +00:00
Richard M. Stallman
7f25f98011 (rmail-ignored-headers): Add References, Mime-Version,
Lines, Content-Transfer-Encoding.
1997-05-04 17:38:57 +00:00
Richard M. Stallman
79d8d8d547 (rmail-count-new-messages): Fix previous change. 1997-05-04 03:44:31 +00:00
Richard M. Stallman
9bb97fe9a1 Add defgroups, and use defcustom. 1997-05-03 19:15:38 +00:00
Richard M. Stallman
0985b41295 (rmail-msgref-vector): New variable.
Holds, for each message, a cons cell which contains the message number
and which relocates if the message number changes.
(rmail-forget-messages): Clear rmail-msgref-vector.
(rmail-variables): Make rmail-msgref-vector buffer-local.
(rmail-count-new-messages): Extend rmail-msgref-vector.
(rmail-set-message-counters): Initialize rmail-msgref-vector.
(rmail-only-expunge): Update rmail-msgref-vector.
Don't look for mail-mode buffers specially.
(rmail-reply): Use rmail-msgref-vector element as arg.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): Accept an element of rmail-mark-message as arg.
1997-05-02 07:25:43 +00:00
Richard M. Stallman
fa2795ca04 (rmail-reply): Pass Rmail buffer and msgnum
as arguments within the mail-send action.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): New function.
(rmail-only-expunge): Update the new kind of action.
(rmail-send-actions-rmail-msg-number)
(rmail-send-actions-rmail-buffer): Variables no longer used.
1997-04-26 01:33:18 +00:00
Richard M. Stallman
5eb9cf9777 (rmail-mode-map): Add menu item for
rmail-output-body-to-file and put it on w.
1997-04-05 21:39:03 +00:00
Richard M. Stallman
6844ae32c9 (rmail-forward): Don't do dash-quoting on the signature. 1997-03-23 20:51:53 +00:00
Richard M. Stallman
55a42e8cdf (rmail-retry-failure): Special handling for mime.
(mail-mime-unsent-header): New variable.
1997-03-20 04:55:20 +00:00
Simon Marshall
3d51068df9 Tweak font-lock-keywords 1997-03-15 13:26:59 +00:00
Kenichi Handa
d1e69dec61 (rmail-view-buffer, rmail-enable-mime, rmail-show-mime-function,
rmail-mime-feature): New variables to control MIME feature.
(rmail-file-coding-system): Initial value is nil.
(rmail, rmail-convert-file, rmail-insert-inbox-text): Check
rmail-enable-mime.  Read a file without any code conversion.
(rmail-variables): Setup local variables rmail-buffer and rmail-view-buffer.
(rmail-decode-babyl-format, rmail-convert-babyl-format): Perform code
conversion of RMAIL file if rmail-enable-mime is nil.
(rmail-show-message): Make sure to be in rmail-buffer.  If
rmail-enable-mime is t, call appropriate function to decode MIME
format.
(rmail-mail, rmail-reply): Call rmail-start-mail with argument
rmail-view-buffer.
1997-02-26 12:57:47 +00:00
Karl Heuer
a21b845bc9 (rmail-next-same-subject, rmail-reply): Ignore case, to
match "RE:" as well as "Re:".
1997-02-23 07:09:01 +00:00
Karl Heuer
d0c3269a29 (rmail-file-coding-system): New variable.
(rmail-insert-inbox-text): Perform character code conversion
according to rmail-file-coding-system.
(rmail-only-expunge): Pay attention to multibyte characters.
1997-02-20 05:49:08 +00:00
Richard M. Stallman
bf437d6d95 (rmail-ignored-headers): Add Delivered-to: header. 1997-02-03 06:55:50 +00:00
Richard M. Stallman
d2d8b77eab (rmail-reply): Concatenate all the References headers. 1997-02-01 19:14:49 +00:00
Richard M. Stallman
11aea8f56d (rmail-reply): Copy all the References: headers
from the original message.
1997-01-31 09:35:39 +00:00
Karl Heuer
9a10bd0dc2 (rmail-get-new-mail): Fix return value to match doc. 1997-01-25 06:47:28 +00:00
Richard M. Stallman
4144e5cba0 (rmail-preserve-inbox): New variable.
(rmail-get-new-mail): If rmail-preserve-inbox is non-nil, then
don't truncate the inboxes after retrieving mail from them.
1997-01-21 01:51:46 +00:00
Richard M. Stallman
dbf71ee969 (rmail-msg-is-pruned): New function.
(rmail-toggle-header): Add an optional argument to specify explicitly
whether the header should be pruned or displayed in full.
1996-12-28 20:56:53 +00:00
Richard M. Stallman
bde7cb3fae (rmail-start-mail): Rewrite to use compose-mail.
Two new arguments.
(rmail-forward): Always call rmail-start-mail, never `mail'.
1996-12-07 22:13:48 +00:00
Richard M. Stallman
037fa8ca99 (rmail-reply): Merge resent-to and resent-cc into to and cc.
Ignore the resent- fields aside from that.
1996-10-26 16:06:11 +00:00
Simon Marshall
34c3c889a0 Tweak rmail-font-lock-keywords. 1996-10-23 09:26:33 +00:00
Richard M. Stallman
6af28e9fac (rmail): Run rmail-mail-hook last.
(rmail-mode-2): Don't run rmail-mode-hook here.
(rmail-mode, rmail): Run it here.
1996-10-12 16:08:08 +00:00
Richard M. Stallman
e1df51ae10 Delete all the autoload calls. 1996-09-27 00:34:05 +00:00
Richard M. Stallman
563ab60dbd (rmail-insert-inbox-text): Detect locked
RMAIL files at the outset, before copying any files.

(rmail-find-all-files): Eliminate recursive scan.  Rely on directory-files
to do the filtering.

(rmail-convert-to-babyl-format):
Increase sit-for timeout to 3 seconds.

(rmail-get-new-mail): Handle files in multiple batches,
in case two inboxes have the same last name component.

(rmail-show-message): Bind `end' after clearing the
"unseen" attribute.

(rmail-show-message): Clear `unseen' even if header
is already reformatted--but don't do it if rmail-not-really-seen.
(rmail-not-really-seen): New variable.
1996-09-19 03:21:11 +00:00
Erik Naggum
e4269dcbc7 (rmail-ignored-headers): Remove extra paren. 1996-08-17 11:53:54 +00:00
Richard M. Stallman
f14055b17b (rmail-ignored-headers): Hide X-char* and X-face, but not Sender. 1996-08-17 07:20:46 +00:00
Richard M. Stallman
24ff6e06b3 (rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:. 1996-08-16 19:09:34 +00:00
Richard M. Stallman
3d52d58a99 (rmail-reply-regexp): Match Re[2]. 1996-08-06 18:41:06 +00:00
Richard M. Stallman
7424c13bf8 (rmail-reply-regexp, rmail-message-filter): Doc fix. 1996-08-06 18:31:45 +00:00
Paul Eggert
4c4a44f32e (rmail-unix-mail-delimiter): Allow space or tab as
first character in mailbox part of `From ' line.
1996-08-03 02:53:02 +00:00
Karl Heuer
e8417bb000 (rmail-next-same-subject): Don't set search-regexp
until after adjusting subject string.
1996-07-21 19:21:11 +00:00
Richard M. Stallman
1d08d73314 (rmail-get-new-mail): Run rmail-before-get-new-mail-hook. 1996-06-28 08:39:55 +00:00
Richard M. Stallman
4343281289 (rmail-send-actions-rmail-buffer): Mark as permanent-local.
(rmail-send-actions-rmail-msg-number): Likewise.
1996-06-28 08:25:55 +00:00
Richard M. Stallman
74d6e31c96 (rmail-unix-mail-delimiter):
Accept more user names, since they can be
mangled badly by modern Unix mailers (e.g. Solaris 2.5 mail.local).
Be a little more picky about dates to compensate.
Match all the digits of a year, as per RFC 1123 section 5.2.14.
(rmail-nuke-pinhead-header): Adjust to regexp renumbering in
rmail-unix-mail-delimiter.
1996-06-28 07:10:30 +00:00
Richard M. Stallman
aa39a5ddc0 (rmail-summary-by-senders): Fix typo in fn name. 1996-06-24 16:59:49 +00:00
Simon Marshall
1080879c16 In Rmail mode, make sure font-lock-maximum-size locally becomes nil. 1996-06-24 07:36:45 +00:00
Richard M. Stallman
e00c3a0c27 (rmail-retry-failure): Nicer error message
if can't find mail-unsent-separator.
1996-06-11 01:33:41 +00:00