1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 13:10:37 -08:00
Commit graph

1251 commits

Author SHA1 Message Date
Richard M. Stallman
578b64159b (rmail-decode-babyl-format):
Set save-buffer-coding-system instead of buffer-file-coding-system.
Decode the whole Babyl text at once, not message by message.
Don't alter global value of rmail-file-coding-system.
(rmail-show-message): Set buffer-file-coding-system from
X-Coding-System header field.
(rmail-convert-to-babyl-format): Record X-Coding-System header
for each message that was converted.
(rmail-variables): Make local binding for save-buffer-coding-system,
and set it from buffer-file-coding-system if not already non-nil.

(rmail-ignored-headers): Ignore X-Coding-System header.
Ignore Return-Path, Errors-To, X-Attribution, X-Disclaimer.
1998-05-12 23:26:17 +00:00
Richard M. Stallman
4b876894b7 (smtpmail-via-smtp): Speciy process coding system. 1998-05-12 19:44:17 +00:00
Richard M. Stallman
f13c1dae62 (mail-signature): Allow expression as value.
Improve prompts in custom type.  Add risky-local-variable property.
(mail-setup): Implement that feature.
1998-05-09 07:24:47 +00:00
Richard M. Stallman
ee019c842f (mail-strip-quoted-names):
Delete comments, then delete leading/trailing whitespace.
1998-05-09 06:40:53 +00:00
Richard M. Stallman
0b28758d4b (reporter-bug-hook): Use rfc822-goto-eoh. 1998-05-08 22:05:42 +00:00
Richard M. Stallman
e9227982cb (report-emacs-bug): Don't display *Bug Help* if
report-emacs-bug-no-explanations.
1998-05-07 06:34:20 +00:00
Richard M. Stallman
518adca24d (report-emacs-bug): After reinserting
the signature, leave point before it.
1998-05-07 06:31:31 +00:00
Richard M. Stallman
6d4de1a74a (mh-quit): Undo 3/3 change (and the subsequent fix). 1998-05-03 07:34:07 +00:00
Richard M. Stallman
82860d5cff (post-mail-send-it): Use mail-sendmail-undelimit-header. 1998-05-03 04:36:03 +00:00
Richard M. Stallman
51d541d42c (send-mail-function): Doc fix.
(mail-header-end, mail-text-start): New functions.
(mail-sendmail-delimit-header): New function.
(mail-sendmail-undelimit-header): New function.
(mail-mode-auto-fill): Use mail-header-end.
(mail-mode-fill-paragraph, mail-send, sendmail-send-it): Likewise.
(mail-sent-via, mail-position-on-field): Likewise.
(mail-fill-yanked-message, mail-text): Use mail-text-start
1998-05-03 04:35:16 +00:00
Richard M. Stallman
9e400f6dfb (uce-reply-to-uce): Use mail-sendmail-delimit-header. 1998-05-03 04:32:41 +00:00
Richard M. Stallman
34663a742b (rmail-default-dont-reply-to-names):
Don't set the variable in this file.
1998-05-02 06:53:18 +00:00
Richard M. Stallman
cd95034f46 (rmail-cease-edit): Call rmail-show-message even if message text is unchanged. 1998-05-01 03:14:40 +00:00
Richard M. Stallman
5acd84d52d (news-reply-mode): Don't load sendmail here.
Don't set paragraph-start or paragraph-separate.
(news-setup): Set them here.
(news-inews): Use mail-header-end, etc.
Use mail-sendmail-delmit-header at the end.
1998-04-30 06:37:04 +00:00
Richard M. Stallman
9e68869b10 (report-emacs-bug): Use rfc822-goto-eoh. 1998-04-30 06:32:07 +00:00
Richard M. Stallman
43c2d6cfb5 Require sendmail.
(mail-hist-current-header-name): Use mail-text-start.
(mail-hist-forward-header): Use mail-header-end.
(mail-hist-current-header-contents): Use mail-header-start.
(mail-hist-put-headers-into-history): Use mail-text-start.
1998-04-30 06:30:27 +00:00
Richard M. Stallman
30eaaa34b1 (expand-mail-aliases): Doc fix.
(expand-mail-aliases, mail-complete): Use mail-header-end.
1998-04-30 06:27:58 +00:00
Richard M. Stallman
13aa1cde7f (mail-abbrev-in-expansion-header-p): Use mail-header-end. 1998-04-30 06:26:19 +00:00
Richard M. Stallman
fc48f3818e (reporter-calculate-separator): Function deleted.
(reporter-submit-bug-report): Major rewrite.
1998-04-30 06:24:03 +00:00
Richard M. Stallman
c7ed80bcf7 (rmail-forward): Use mail-text-start.
(rmail-resend): Don't bind mail-header-separator.
(rmail-retry-failure): Use mail-send-delimit-header, etc.
1998-04-30 06:21:57 +00:00
Richard M. Stallman
b89e2d3602 Require sendmail.
(news-caesar-buffer-body): Use mail-text-start.
1998-04-30 06:18:55 +00:00
Richard M. Stallman
92a3f23d5b (smtpmail-send-it): Use mail-sendmail-undelimit-header. 1998-04-30 06:12:32 +00:00
Richard M. Stallman
48ad09473a Require sendmail.el.
(sc-no-blank-line-or-header): Use mail-header-end.
1998-04-30 06:11:39 +00:00
Richard M. Stallman
310d0d401b (mail-complete-alist): Don't refer to mail-address-field-regexp. 1998-04-24 20:17:35 +00:00
Richard M. Stallman
078395abe7 (rmail): Don't bind enable-local-variables. 1998-04-22 06:18:02 +00:00
Richard M. Stallman
5feeeae29d (smtpmail-send-it): Deleted all code related to Resent-To: processing.
(smtpmail-deduce-address-list): Changed the search for
Resent-\(To\|Cc\|Bcc\) headers.
(smtpmail-do-bcc): Delete Resent-Bcc: headers.
1998-04-20 18:03:00 +00:00
Dan Nicolaescu
f9e9ac1dde *** empty log message *** 1998-04-20 03:35:05 +00:00
Dan Nicolaescu
cd32a7baa4 *** empty log message *** 1998-04-20 02:34:53 +00:00
Richard M. Stallman
b4b87b68dd (rmail-message-regexp-p):
Handle unreformatted messages for real.
(rmail-message-recipients-p): Undo previous change.
1998-04-18 01:54:05 +00:00
Karl Heuer
09130c7ebf (mh-quit): mh-show-buffer can be nil. 1998-04-15 06:31:29 +00:00
Karl Heuer
d3db616e13 (mail-mode): Doc fix. 1998-04-15 06:30:16 +00:00
Stephen Eglen
8b776ea85c (mspools-folder-directory): Takes default value of ~/MAIL/ if
vm-folder-directory not bound.
(mspools-vm-system-mail): Customize the variable so that if the
environment variable $MAIL is not set, the user can easily set it.
(mspools-vm-system-mail-crash): Variable deleted; we now use
vm-crash-box.
(mspools-set-vm-spool-files): Error if mspools-folder-directory
hasn't been set.
(mspools-set-vm-spool-files): Use mspools-folder-directory rather
than vm-folder-directory.
(mspools-get-spool-files): Error if mspools-folder-directory is nil.
(mspools-get-spool-files): Add $ to regexp to ensure mspools-suffix
matches the end of the filename.
(mspools-mode-map): Bind n and p to next-line and previous-line.
1998-04-14 19:23:37 +00:00
Andreas Schwab
848407099a (rmail-movemail-flags): Fix customize type. 1998-04-14 10:48:10 +00:00
Karl Heuer
22ad9937f5 (report-emacs-bug-hook): Don't absolutely
reject non-ASCII characters.
1998-04-13 18:57:28 +00:00
Stephen Eglen
7aa122f48c Customize mail-use-rfc822. 1998-04-13 17:16:40 +00:00
Karl Heuer
f98b752f20 (mail-extract-address-components):
Rename local :-pos to colon-pos.
1998-04-12 06:43:56 +00:00
Karl Heuer
c241bb9cbb (rmail-cease-edit): Call kill-all-local-variables.
Call rmail-variables.
(rmail-edit-mode): Call text-mode.  Don't run text-mode-hook here.
(rmail-edit-map): Use set-keymap-parent.
(rmail-old-text): Add defvar.
1998-04-08 19:03:00 +00:00
Karl Heuer
9cda36c036 (rmail-message-regexp-p): Handle messages
whose headers have not been reformatted.
(rmail-message-recipients-p): Likewise.

(rmail-movemail-program): Customized.
(rmail-message-filter): Customized.
(rmail-display-summary): Customized.
(rmail-inbox-list, rmail-keywords, rmail-current-message)
(rmail-total-messages, rmail-message-vector, rmail-deleted-vector)
(rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer)
(rmail-last-label, rmail-last-regexp): Now permanent locals.
(rmail-perm-variables): Set up all permanent locals here.
(rmail-variables): Not here.
(rmail-variables): Set enable-local-variables here.
(rmail-mode-2): Not here.
1998-04-08 19:02:34 +00:00
Stephen Eglen
74ae80cdf3 Doc fix in rmail-mode. 1998-04-07 08:56:13 +00:00
Karl Heuer
442f5309d9 Fix previous change. 1998-04-06 22:22:05 +00:00
Karl Heuer
757c233251 (rmail-movemail-flags): New customizable variable
to specify additional flags to pass to movemail.
(rmail-insert-inbox-text): Use rmail-movemail-flags.
1998-04-06 22:05:23 +00:00
Richard M. Stallman
9b4e41acb4 (report-emacs-bug-hook): Use skip-chars-forward
to check for non-ASCII characters, and to find them.
Don't use find-charset-region.
(report-emacs-bug-pretest-address): Update address.
(report-emacs-bug-address): Likewise.
1998-04-05 01:05:15 +00:00
Richard M. Stallman
3e0a61b575 (report-emacs-bug-hook): Don't bind enable-multibyte-characters. 1998-04-04 00:07:57 +00:00
Richard M. Stallman
249ac14bec (report-emacs-bug): Use set-buffer-multibyte. 1998-04-03 21:06:38 +00:00
Richard M. Stallman
c1a0049caa (rmail-mode-2): Locally set enable-local-variables
to nil, so a local var list in a message won't confuse things.
1998-04-03 05:34:10 +00:00
Richard M. Stallman
03a5af7baf (report-emacs-bug-hook): Fix the regexp for
matching non-ASCII characters.
1998-04-03 05:11:30 +00:00
Richard M. Stallman
c6d354e76e (reporter-bug-hook): Fix error message.
(reporter-beautify-list): Break infloop when
reaching the end of the buffer without crossing an unbalanced
paren.  Use scan-sexps instead of forward-sexp for the loop break test.

(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.
1998-03-29 02:35:51 +00:00
Simon Marshall
8646fe223f use a string that will never match. 1998-03-27 10:11:45 +00:00
Richard M. Stallman
d155ff1892 (rmail-clear-headers): Handle failure to find "\n[^ \t]". 1998-03-26 04:28:37 +00:00
Simon Marshall
e69d810c33 check length of mail-header-separator before using in font-lock-keywords. 1998-03-25 16:41:18 +00:00