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

140 Commits

Author SHA1 Message Date
Richard M. Stallman
342aa43969 (rmail-search-backward): Function deleted.
(rmail-mode-map): Use rmail-search-backwards instead.
1994-12-18 17:40:25 +00:00
Richard M. Stallman
b448bfa028 (rmail-ignored-headers): Delete junk from definition. 1994-12-14 19:59:12 +00:00
Richard M. Stallman
bcddd52e8c (rmail-get-new-mail): Position on first unseen message.
Return t if actually got new mail.
(rmail): Show rmail-first-unseen-message if got no new mail.
1994-12-03 18:29:24 +00:00
Richard M. Stallman
07074849f0 (rmail-get-new-mail): If display-time is in use,
call display-time-filter to update the Mail indicator.
1994-10-21 00:48:18 +00:00
Simon Marshall
54e26eaa1f * rmail.el: (rmail-variables): Set font-lock-defaults. 1994-10-12 09:05:57 +00:00
Richard M. Stallman
1529a12fb5 (rmail-find-all-files): Fix several errors and make faster.
Always return a single-level list of file names.
(rmail-construct-io-menu): If FILES is null, turn off the menus.
(rmail-disable-menu): A phony "command", always disabled in menus.
(rmail-list-to-menu): Reverse the list L.
1994-10-11 17:38:48 +00:00
Richard M. Stallman
bdf0360080 (rmail-show-message): New argument no-summary. 1994-10-11 04:42:10 +00:00
Richard M. Stallman
4edaa169d9 (rmail-delete-forward): Use rmail-select-summary. 1994-10-08 04:12:07 +00:00
Richard M. Stallman
a95caeed52 (rmail-font-lock-keywords): New variable.
(rmail-variables): Set font-lock-keywords locally.
1994-10-07 09:59:00 +00:00
Richard M. Stallman
1825bea106 (rmail-forward): Simplify insertion of forwarded msg.
Don't use exchange-point-and-mark.

(rmail-msg-number-after-expunge): New function.
(rmail-reply, rmail-forward): Use separate local variables
rmail-send-actions-rmail-msg-number, rmail-send-actions-rmail-buffer
to record which message to mark as answered or forwarded.
(rmail-only-expunge): Update msg numbers stored in those variables.
1994-09-27 19:32:35 +00:00
Richard M. Stallman
560db176e2 (rmail-construct-io-menu): Don't print a message about no matching files. 1994-09-25 01:21:49 +00:00
Richard M. Stallman
423c0dfa27 (rmail-reformat-message): Run mail-message-filter
before calling rmail-clear-headers.
1994-09-24 04:20:22 +00:00
Richard M. Stallman
3db0cdac49 (rmail-retry-failure): Copy the whole block of headers from the message
and then discard those in rmail-retry-ignored-headers.  Delete
usage of rmail-retry-setup-hook.  Bind mail-signature and
mail-setup-hook to nil when composing retry buffer.
Handle mail-self-blind.

(rmail-retry-ignored-headers): New variable,
specifying the headers that should be removed by rmail-retry-failure.
(rmail-retry-setup-hook): Obsolete variable (see below), deleted.
(rmail-clear-headers): New optional arg is list of headers to clear.
1994-09-23 04:37:16 +00:00
Richard M. Stallman
3f320f98b8 (rmail-mode-kill-summary): New function.
(rmail-variables): Put that on kill-buffer-hook locally.
1994-09-21 06:33:22 +00:00
Richard M. Stallman
8b7ef584f6 Build proper keymap for the "Input (menu)" and "Output (menu)" submenus:
(rmail-find-all-files, rmail-list-to-menu, rmail-construct-io-menu):
New functions.
(rmail-input-menu): Function deleted.
(rmail). Call rmail-construct-io-menu.
(rmail-mode-map): 'Input Rmail file (menu)' renamed to
`Input Rmail File'.  `Output (Rmail Menu)' renamed to 'Output Rmail File'.
1994-09-19 05:01:33 +00:00
Richard M. Stallman
8bdb9f4af9 (rmail-forward): Insert separator before and after message. 1994-09-18 09:09:43 +00:00
Richard M. Stallman
38e767421f (rmail-get-new-mail): Run rmail-get-new-mail-hook. 1994-09-05 00:10:56 +00:00
Richard M. Stallman
8c2f974f37 (rmail-ignored-headers): Split string constant into lines. 1994-08-23 16:33:18 +00:00
Richard M. Stallman
03863002c7 (rmail-retry-failure, mail-unsent-separator): Doc fix. 1994-08-19 22:50:56 +00:00
Richard M. Stallman
5070377627 (rmail-resend): Preserve point around expand-mail-aliases. 1994-08-14 09:56:17 +00:00
Richard M. Stallman
6b26586803 (rmail-retry-failure): Narrow to just the old header
for calling mail-fetch-field.

(rmail-maybe-display-summary): Don't set summary window
height if its frame isn't split.
If summary is in some frame, just use that.
1994-08-13 17:36:00 +00:00
Richard M. Stallman
99c3d92677 (rmail-forward): Anchor `mail-header-separator' on both
sides to match whole line, not just initial substring.
1994-08-10 07:02:35 +00:00
Richard M. Stallman
a05fc4d9f1 (rmail-select-summary): Preserve rmail buffer's value of
rmail-total-messages even while summary buffer is current.
1994-08-04 22:33:36 +00:00
Richard M. Stallman
37fdc96f78 (rmail-mode-map): Fix the Get New Mail entry.
Add `...' where appropriate.
1994-08-02 02:32:26 +00:00
Richard M. Stallman
5358bc42c2 (rmail-mode-map): Fix the Get New Mail entry. 1994-08-02 01:58:08 +00:00
Richard M. Stallman
0af6491072 (rmail-retry-failure): Handle a weird case with
a couple of lines before the old message header.
1994-07-31 20:08:53 +00:00
Richard M. Stallman
754b4eb72c (rmail-mode-map): Move new Re-send menu item to right place. 1994-07-31 05:32:26 +00:00
Richard M. Stallman
a2e667ecc2 (rmail-display-summary): New variable.
(rmail): Call rmail-summary at the end if rmail-display-summary is set.

(rmail-highlight-face): New variable.
(rmail-highlight-headers): Use it if non-nil.
1994-07-30 07:46:03 +00:00
Richard M. Stallman
3df6812aab (rmail-highlighted-face): New variable.
(rmail-highlight-headers): Use it if non-nil.
1994-07-30 02:46:24 +00:00
Richard M. Stallman
386c099f6f (rmail-mode-map): Add Re-send menu item. 1994-07-29 21:26:00 +00:00
Richard M. Stallman
7456205363 (rmail-movemail-program): New variable.
(rmail-insert-inbox-text): Use it.
1994-07-13 05:04:46 +00:00
Richard M. Stallman
6ae1efb419 (rmail-mode-map): Fix previous change. 1994-07-13 03:40:48 +00:00
Richard M. Stallman
12dd87fc56 (rmail-mode-map): Add "Get New Mail" menu item under Mail. 1994-07-12 06:46:52 +00:00
Richard M. Stallman
f9a9d26e5b (rmail-highlight-headers): Do nothing if
rmail-highlighted-headers is nil.
1994-06-30 18:57:17 +00:00
Richard M. Stallman
92e068832c (rmail-highlight-headers): Don't skip newlines, just tab and space. 1994-06-18 13:26:33 +00:00
Richard M. Stallman
d43277ab9e (rmail-show-message): If transient-mark-mode, deactivate the mark. 1994-05-26 23:06:50 +00:00
Richard M. Stallman
6016579d51 (rmail-variables): Don't add any permanent-local props.
Don't make rmail-last-file local.
1994-05-19 20:48:32 +00:00
Richard M. Stallman
6ec569d420 (rmail-toggle-header): Call rmail-highlight-headers. 1994-05-10 07:38:34 +00:00
Richard M. Stallman
b1fd1e8d65 (rmail-input-menu): Don't call expand-file-name.
Do nothing if rmail-secondary-file-menu return nil.
(rmail-secondary-file-menu): If no files match, warn and return nil.
1994-05-04 22:00:30 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Karl Heuer
99887e16ef (rmail-highlight-headers): Extracted as a new function. Fix overlay position.
Do nothing if face support is unavailable.
1994-04-24 18:30:53 +00:00
Richard M. Stallman
57ad77fab1 (rmail-show-message): Always re-set overlay face property. 1994-04-24 05:55:04 +00:00
Richard M. Stallman
24db549c64 (rmail-show-message): Use overlays, not text properties.
(rmail-overlay-list): New variable.
(rmail-mode): Make it local.
1994-04-24 05:10:51 +00:00
Richard M. Stallman
072c3cd228 (rmail-show-message): Highlight the specified fields.
(rmail-highlighted-headers): New user variable.
1994-04-23 07:40:25 +00:00
Karl Heuer
881fd7eb9b Cosmetic changes. 1994-04-23 02:30:17 +00:00
Fred Pierresteguy
206250958e (rmail-secondary-file-menu): Fix typo. 1994-04-07 14:19:46 +00:00
Karl Heuer
9ae6d54ae2 (rmail-mode-map): Key binding for rmail-sort-by-keywords. 1994-04-07 03:29:18 +00:00
Richard M. Stallman
21f69e7e21 (rmail-quit): Remove summary buffer from display.
Thoroughly remove Rmail buffer from display.
1994-03-23 18:38:23 +00:00
Richard M. Stallman
4139208e7b (rmail-secondary-file-menu): Display relative file names.
(rmail-output-menu): Autoload it.
(rmail-mode-map): Add rmail-output-menu and rmail-input-menu.
1994-03-23 18:29:07 +00:00
Richard M. Stallman
90254bb0b7 (rmail-summary-window-size): New variable.
(rmail-maybe-display-summary): Use it.
(rmail-secondary-file-directory): New var.
(rmail-secondary-file-regexp): New var.
(rmail-secondary-file-menu): New function.
(rmail-input-menu): New command.
1994-03-18 07:09:57 +00:00