Karl Heuer
5312cce705
(sc-set-variable): Set help-mode in *Help* buffer.
1994-11-09 05:46:09 +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
8837853eb5
(define-mail-alias): Check MAILRC envvar.
1994-10-21 21:30:38 +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
Richard M. Stallman
cdbea8cae3
(rmail-summary-delete-forward): Don't move fwd to eob.
1994-10-15 22:24:10 +00:00
Richard M. Stallman
cc101382e8
(rmail-summary-previous-all)
...
(rmail-summary-next-all): Don't move forward to the end of the buffer.
1994-10-15 10:18:02 +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
4ad3313891
(news-reply-mode-map): Add C-c C-t binding.
1994-10-14 20:19:27 +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
Simon Marshall
d16df57356
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
1994-10-12 09:07:32 +00:00
Simon Marshall
54e26eaa1f
* rmail.el: (rmail-variables): Set font-lock-defaults.
1994-10-12 09:05:57 +00:00
Richard M. Stallman
7e67d00b98
(mail-alias-modtime): Doc fix.
1994-10-12 08:02:20 +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
4986bd386f
(rmail-summary-resend): New function.
...
(rmail-summary-mode-map - resend): Call rmail-summary-resend
instead of rmail-resend.
1994-10-11 17:07:27 +00:00
Richard M. Stallman
bc454f082b
(rmail-summary-rmail-update): Pass new arg to rmail-show-message.
1994-10-11 04:43:01 +00:00
Richard M. Stallman
bdf0360080
(rmail-show-message): New argument no-summary.
1994-10-11 04:42:10 +00:00
Richard M. Stallman
0ea48932ec
(mail-hist-put-headers-into-history)
...
(mail-hist-current-header-contents, mail-hist-forward-header)
(mail-hist-current-header-name):
Use regexp-quote on mail-header-separator.
1994-10-11 00:35:42 +00:00
Richard M. Stallman
4edaa169d9
(rmail-delete-forward): Use rmail-select-summary.
1994-10-08 04:12:07 +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
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
1a6bc985cf
(rmail-summary-font-lock-keywords): New variable.
...
(rmail-summary-mode): Set font-lock-keywords locally.
1994-10-07 09:56:40 +00:00
Richard M. Stallman
132ad5641e
(rmail-summary-goto-msg): Get rmail-total-messages from the rmail buffer.
1994-10-06 07:05:09 +00:00
Richard M. Stallman
dfdac213aa
(mail): Doc fix.
1994-09-27 20:14:55 +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
7434015f91
(rmail-summary-delete-forward): Regexp for recognizing deleted message
...
should not require a space at the beginning of the line.
1994-09-27 05:37:06 +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
449c2cd8e5
(mail-extr-all-top-level-domains): Fix formal name of Hungary.
1994-09-23 05:14:56 +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
Karl Heuer
4351ed6732
(expand-mail-aliases, define-mail-alias): Change sync-mail-aliases to
...
sendmail-synch-aliases.
1994-09-22 17:01:39 +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
4dc7e43ba1
(rmail-summary-goto-msg): Simply the regexp
...
for finding the message number. Check that a non-digit follows it.
1994-09-22 06:55:11 +00:00
Richard M. Stallman
e1a34b584c
(mail-extr-all-top-level-domains): Update domain list.
1994-09-22 03:34:43 +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
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
1f7850dd5c
(mail-bury-selects-summary): New variable.
...
(mail-bury): Test it.
1994-09-20 23:52:38 +00:00
Karl Heuer
ddf09aa603
(report-emacs-bug): system-configuration-options was misspelled as
...
system-configure-options.
1994-09-19 17:33:18 +00:00
Richard M. Stallman
aa138cb419
(rmail-summary-construct-io-menu): New function.
...
(rmail-new-summary): Call rmail-summary-construct-io-menu.
(rmail-summary-mode-map): New menu items 'Input Rmail File' and
'Output Rmail File'.
(rmail-summary-output-to-rmail-file): New arg 'file-name'. If it
non-nil, call rmail-output-to-rmail-file.
1994-09-19 05:03:02 +00:00
Richard M. Stallman
61029318d2
(rmail-output-menu): Function deleted.
1994-09-19 05:02:12 +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
Karl Heuer
d5a67884b7
(report-emacs-bug): Insert configuration options.
1994-09-17 02:04:08 +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
Karl Heuer
594906dd80
Require sendmail. Delete redundant defvar.
...
(expand-mail-aliases, define-mail-alias): Synchronize cached list with file.
1994-09-16 22:28:30 +00:00
Richard M. Stallman
c7b5ca27bf
(rmail-summary-goto-msg): Preserve the current buffer.
1994-09-13 04:14:00 +00:00
Richard M. Stallman
7e3333ddda
(set-rmail-inbox-list): Doc fix.
1994-09-06 20:33:37 +00:00