1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

215 Commits

Author SHA1 Message Date
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
Richard M. Stallman
8e8abef096 (rmail-get-new-mail): If conversion to BABYL fails
for the default inboxes, rename them so they won't be tried again.
1996-06-07 14:57:45 +00:00
Richard M. Stallman
ceeb471c2e (rmail-insert-inbox-text): When required, prompt for
pop password and pass on to movemail.
(rmail-pop-password, rmail-pop-password-required): New variables.
(rmail-read-password): New function.
1996-04-26 19:45:38 +00:00
Richard M. Stallman
41c51dcba1 (rmail-forward): Put the "end" line right after the
forwarded message; the signature goes after.
1996-03-29 22:40:05 +00:00
Richard M. Stallman
1afb7be292 (rmail-fontify-message, rmail-unfontify-buffer-function):
Reset the buffer modified state if necessary.
1996-03-27 23:32:46 +00:00
Simon Marshall
35aba73916 Must fontify only if we're actually showing a message. 1996-03-07 10:38:29 +00:00
Richard M. Stallman
6c4b1a6e33 (unforward-rmail-message): Add autoload declaration. 1996-03-04 20:27:17 +00:00
Richard M. Stallman
ae9f363a57 (rmail-unix-mail-delimiter): Don't accept newlines in month. 1996-03-04 19:59:40 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
4f5c586ac0 (rmail-get-new-mail): Run rmail-after-get-new-mail-hook. 1996-02-27 22:41:49 +00:00
Erik Naggum
88293b5777 (rmail-clear-headers): Bind case-fold-search to t across the whole function. 1996-02-26 03:54:51 +00:00
Karl Heuer
ce566d4f2e (rmail-get-new-mail): Don't mess with display-time here. 1996-02-21 21:33:54 +00:00
Richard M. Stallman
c823782040 (rmail-find-all-files): In a directory, ignore .' and ..'. 1996-02-09 01:38:22 +00:00
Simon Marshall
f512e4c0d3 Fix up specialised fontification stuff. 1996-02-02 10:31:05 +00:00
Simon Marshall
271c888a35 Support for local fontification. 1996-01-26 08:26:58 +00:00
Richard M. Stallman
7ab4b7ad3d (rmail-start-mail): Set mail-dedicated-frame frame param. 1996-01-25 20:28:07 +00:00
Karl Heuer
1157e1bc32 (rmail-insert-inbox-text): Pass proper format string to message. 1996-01-25 00:56:28 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
e20903fba8 (rmail-retry-failure): Bind inhibit-read-only. 1996-01-05 07:23:52 +00:00
Richard M. Stallman
c8a428c4e3 (rmail-forward): Quote lines with `- ' when necessary. 1995-12-24 18:44:34 +00:00