1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

1533 Commits

Author SHA1 Message Date
Eli Zaretskii
96bff12f4c Add 2004 to Copyright years. 2004-11-27 17:17:17 +00:00
Eli Zaretskii
671c30d897 (sc-cite-region): Handle the case where sc-cite-frame-alist is a symbol.
(sc-uncite-region): Handle the case where sc-uncite-frame-alist is a symbol.
(sc-recite-region): Handle the case where sc-recite-frame-alist is a symbol.
2004-11-27 17:13:48 +00:00
Jan Djärv
6f8a274229 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
and x-server-version may throw.
2004-11-23 19:22:43 +00:00
Eli Zaretskii
f431a91000 (rmail-get-new-mail): Use the renamed variables `rsf-beep' and
`rsf-sleep-after-message'.
2004-11-12 17:10:38 +00:00
Eli Zaretskii
7c7d40755a (rmail-spam-filter): Only check white list if `message-sender' is non-nil. 2004-11-12 17:03:56 +00:00
Richard M. Stallman
3fc1b26475 (sc-cite-region): Don't use interactive-p. Add arg INTERACTIVE.
(sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
2004-11-04 10:14:47 +00:00
Jan Djärv
f498206434 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
and x-server-version in bug report.
2004-10-28 07:37:02 +00:00
Simon Josefsson
e8620cb6ee (smtpmail-open-stream): Look for
starttls-gnutls-program instead of starttls-program iff
starttls-use-gnutls is non-nil.
(smtpmail-open-stream): Don't overwrite user settings of
starttls-extra-arguments and starttls-extra-args.
2004-10-11 18:42:18 +00:00
Eli Zaretskii
67e61e164d (mail-extr-ignore-realname-equals-mailbox-name): New defcustom.
(extract-address-components): Use it.
2004-10-08 17:53:18 +00:00
Richard M. Stallman
5231aacb51 Update author address. 2004-09-20 15:47:08 +00:00
Richard M. Stallman
4d96f7e75b (mail-extr-all-top-level-domains): Add forward defvar. 2004-08-22 17:09:58 +00:00
Kenichi Handa
2d8a544976 (mail-extr-disable-voodoo): New variable.
(mail-extr-voodoo): Check mail-extr-disable-voodoo.
2004-08-05 00:15:15 +00:00
Richard M. Stallman
ae1a6952de (rmail-mime-charset-pattern): Don't include semicolon in the charset value. 2004-07-24 21:35:32 +00:00
Richard M. Stallman
c4dc7971b9 (footnote-section-tag): Use defcustom. 2004-07-17 14:31:27 +00:00
Bill Wohler
a66894d8b4 Upgraded to MH-E version 7.4.4.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-07-13 03:06:25 +00:00
Simon Josefsson
4aa609dc30 (smtpmail-open-stream): Bind
starttls-extra-arguments too, if starttls.el uses GNUTLS.
2004-05-28 05:56:19 +00:00
Eli Zaretskii
860e1e0f9f (rfc2368-parse-mailto-url): Make the results of
parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
and "mailto:addr1?to=addr2" equal.
2004-05-11 09:41:20 +00:00
Richard M. Stallman
6740652e6d (unrmail): Mostly rewritten. Parses the file
directly, without calling any functions in Rmail.
(unrmail-unprune): Function deleted.
2004-05-10 16:24:26 +00:00
Lars Hansen
2b5f7b7feb (rmail-variables): Bind desktop-save-buffer to t. 2004-04-26 18:54:23 +00:00
Eli Zaretskii
6f60853a51 (mail-bury): Don't delete the frame where the
mail was being composed if the terminal cannot display more than
one frame; instead, switch to previous frame.
2004-04-24 16:36:15 +00:00
Eli Zaretskii
8a60950d6e (rmail-mail-new-frame): Doc fix.
(rmail-start-mail): Support rmail-mail-new-frame even on
terminals that can display only one frame at a time.
2004-04-24 08:57:31 +00:00
Lars Hansen
431f70e079 (rmail-restore-desktop-buffer): Move from desktop.el. Add Parameters. 2004-04-21 20:49:37 +00:00
Eli Zaretskii
177cd3b9f4 (rmail-convert-to-babyl-format): Don't remove ^M
characters left after base64 decoding.
(rmail-decode-region): Use -dos variety of `coding', to remove any
^M characters left after qp or base64 decoding.
2004-04-19 18:06:51 +00:00
Miles Bader
1f3ddf11e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Remove RCS keywords

2004-04-10  Miles Bader  <miles@gnu.org>

   RCS keyword removal (only non-comment changes are enumerated here):

   * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
   (byte-compile-insert-header): Don't use `byte-compile-version'.
   * lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
   instead of calculating something from the RCS `State' keyword
   [the latter is almost entirely useless anyway].
   * lisp/forms.el (forms-version): Variable removed.
   (forms-mode): Don't use `forms-version'.
   * lisp/recentf.el (recentf-version): Variable removed.
   * lisp/progmodes/delphi.el (delphi-version): Variable removed.
   * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Simon Josefsson
758b7b0962 Add comment, based on report by kdc@rcn.com (Kevin D. Clark). 2004-04-09 13:39:30 +00:00
Simon Josefsson
2ceed428a9 (smtpmail-read-response): Abort if process has
died to avoid infloop.  Reported by Jonathan Glauner
<jglauner@sbum.org>.
2004-03-11 10:53:22 +00:00
Eli Zaretskii
db71aa6f7a Remove redundant whitespace. 2004-03-07 20:04:51 +00:00
Eli Zaretskii
651f4d9f27 (rfc2368-unhexify-char): Deleted.
(rfc2368-unhexify-string): Use replace-regexp-in-string.
2004-03-07 20:02:02 +00:00
Stefan Monnier
fc2a68b537 (mail-mode): Fix last change. 2004-03-05 12:56:03 +00:00
Stefan Monnier
aa83be2adf (mail-mode): Set comment-start-skip. 2004-03-04 19:58:24 +00:00
Richard M. Stallman
c25d9847fd (rmail-convert-to-babyl-format):
Specify t for UNIBYTE when calling mail-unquote-printable-region.
2004-03-04 17:03:51 +00:00
Richard M. Stallman
926f20041f (mail-unquote-printable-region): New arg UNIBYTE. 2004-03-04 17:02:13 +00:00
Eli Zaretskii
ac84042c63 (rmail-get-new-mail): Don't reference
rmail-use-spam-filter if rmail-spam-filter is not loaded.
2004-02-17 19:55:43 +00:00
Miles Bader
d366d62b96 Resolve CVS conflicts 2004-02-16 21:57:42 +00:00
Eli Zaretskii
88fcbeaa95 (vm-use-spam-filter)
(rsf-min-region-length-added-to-spam-list): New	variables.
(rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from
rmail-bbdb-auto-delete-spam-entries.  Added cc: to recipients for
spam testing.  Don't delete spam message if automatic deletion
after output via variable rmail-delete-after-output is turned on.
(rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from
rsf-bbdb-dont-create-entries-for-spam.
(check-field): New function, extracted from code in
rmail-spam-filter to ease addition of header fields like
content-type.
(message-content-type): New variable to check the content-type:
field added, also in defcustom of rsf-definitions-alist.
(rmail-spam-filter): Replace repeated test code for header fields
by calls to check-field; change the call to
rmail-output-to-rmail-file such that rmail-current-message stays
the same to avoid wrong deletion of unseen flags.
(rsf-add-contents-type): New function to convert old format
of rmail-spam-definitions-alist into new one.
Changed prefixes of all variables and functions from
rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
2004-02-16 18:06:23 +00:00
Eli Zaretskii
ca06718d25 (rmail-dont-reply-to): Anchor user login
name and email address at the beginning and end of the address.
2004-02-16 11:43:57 +00:00
Eli Zaretskii
15e04960f8 (rmail-default-dont-reply-to-names): Make "info-"
anchored at the beginning of the email address.
2004-02-16 11:35:50 +00:00
John Paul Wallington
1cdb6ab4a7 (smtpmail-try-auth-methods): Fix typo. 2004-02-11 07:21:09 +00:00
Andreas Schwab
527a574624 (rmail-get-new-mail): Remove useless use of
format.
2004-02-08 22:36:05 +00:00
Andreas Schwab
f39a98f445 (rmail-get-new-mail): Remove extra format string
arguments.
2004-02-08 22:33:42 +00:00
Sam Steingold
dbfa9ed49f (smtpmail-try-auth-methods): Pass port-name as defaultport to `netrc-machine'.
Do not try authentication when no mechanism is available.
2004-02-04 15:35:11 +00:00
Richard M. Stallman
f5ea26f8ec Change rmail-spam-filter- or spam-filter-
or rmail-spam- to rsf- in all function and variable names.
(rsf-min-region-to-spam-list): New variable.
(rsf-bbdb-auto-delete-spam-entries): Renamed from
rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
scanned together with the recipients field for spam testing; Don't
delete spam message if rmail-delete-after-output is non-nil;
(check-field) New function, extracted from code in
rmail-spam-filter to ease addition of header fields like content-type:.
(message-content-type) New variable.  The content-type: field was
added also in defcustom of rsf-definitions-alist;
(rmail-spam-filter): Replace repeated test code for header fields
by calls to check-field; change the call to
rmail-output-to-rmail-file such that rmail-current-message stays
the same to avoid wrong deletion of unseen flags.
(rmail-use-spam-filter): Add autoload cookie.
2004-01-27 19:01:24 +00:00
Thien-Thi Nguyen
2528f9c4a6 Use two semicolons as Commentary line prefix.
Add ";;; Code:" stylized comment.
Delete end-of-line whitespace.
Wrap (require 'cl) with `eval-when-compile'.
2004-01-24 17:00:21 +00:00
Markus Rost
f78d258e7a (rmail-convert-to-babyl-format): Avoid deleting trailing white space
and ensure a final newline.
2004-01-21 12:36:18 +00:00
Markus Rost
2f7195cd81 (rmail-use-spam-filter): Add autoload cookie. 2004-01-21 12:35:11 +00:00
Glenn Morris
73921ac17e Jesper Harder <harder@ifa.au.dk>
(smtpmail-via-smtp): No need to add two bytes following previous
change to smtpmail-send-data.
2004-01-20 22:17:32 +00:00
Glenn Morris
dd64e5e535 Jesper Harder <harder@ifa.au.dk>
(smtpmail-send-data): Don't append spurious newline.
2004-01-18 14:11:11 +00:00
Richard M. Stallman
a53692379f (rmail-get-new-mail): New local rsf-number-of-spam.
Call rmail-spam-filter.  Delete and expunge spam.
Print number of spam messages deleted.
Save and restore the deletion status of old messages when reading
new mail with spam filter, so that expunging spam does not expunge
msgs deleted by the user.

(rmail-only-expunge): added an optional argument dont-show to
prevent showing message after expunge.
2004-01-16 18:23:37 +00:00
Richard M. Stallman
09843470aa (rmail-convert-to-babyl-format): Use mail-unquote-printable-region.
(rmail-hex-string-to-integer, rmail-decode-quoted-printable):
(rmail-hex-char-to-integer): Functions deleted.
2004-01-12 21:59:03 +00:00
Richard M. Stallman
1c81a393d5 (mail-unquote-printable-hexdigit): Upcase CHAR.
(mail-unquote-printable-region): New arg NOERROR.
For invalid encoding, either signal an error to just return nil.
2004-01-12 21:53:39 +00:00