1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
e84b4b8614 Update years in copyright notice; nfc. 2005-08-06 19:51:42 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Richard M. Stallman
926f20041f (mail-unquote-printable-region): New arg UNIBYTE. 2004-03-04 17:02:13 +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
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
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Paul Reilly
7fab5ded52 Eliminate compilation warnings due to `rfc822-addresses'.
(rmail-dont-reply-to): Eliminate `pos' as a free variable for a
warning free compile.
2002-03-20 08:13:21 +00:00
Paul Reilly
bb0974cf08 (rmail-dont-reply-to): Overhaul to correctly apply the regular
expressions in the variable `rmail-dont-reply-to-names' to the list of
destination addresses.  Contributed by lorentey@elte.hu.
2002-03-19 19:42:46 +00:00
Gerd Moellmann
8744971146 (mail-strip-quoted-names): Replace text
literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2001-07-30 11:00:46 +00:00
Gerd Moellmann
81c5edd7e6 (rmail-dont-reply-to): Fix last change. 2000-09-25 15:04:30 +00:00
Gerd Moellmann
5f9f981bc1 (rmail-dont-reply-to): Avoid infinite loop if
rmail-dont-reply-to-names matches the empty string.
2000-09-25 10:35:47 +00:00
Richard M. Stallman
82d221935c (mail-strip-quoted-names): Handle case where <...> appears inside "...".
Use replace-match to edit the string more simply.

(rmail-dont-reply-to): Cope with an unmatched ".
2000-07-19 21:53:51 +00:00
Gerd Moellmann
97bd30eb51 (rmail-dont-reply-to): Remove leading commas as well. 2000-02-12 19:44:56 +00:00
Gerd Moellmann
a0b796e3ed (rmail-dont-reply-to): Replace matched
userids differently.
2000-01-27 16:53:17 +00:00
Karl Heuer
60ba61bb3b (mail-unquote-printable): Make it autoload.
Optimize by calling concat just once.  Handle =\n sequence.
(mail-unquote-printable-region): New command.
(mail-quote-printable): Make it autoload.
1999-08-16 03:14:25 +00:00
Richard M. Stallman
da427818a9 (mail-fetch-field): Doc fix. 1998-08-08 20:45:28 +00:00
Richard M. Stallman
fa9b4b917b (rmail-dont-reply-to): Understand
about doublequotes; don't be fooled by commas inside them.
1998-07-07 20:47:36 +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
34663a742b (rmail-default-dont-reply-to-names):
Don't set the variable in this file.
1998-05-02 06:53:18 +00:00
Stephen Eglen
7aa122f48c Customize mail-use-rfc822. 1998-04-13 17:16:40 +00:00
Karl Heuer
869fc1d970 (mail-parse-comma-list):
Treat newlines and tabs as whitespace.
1997-12-04 05:26:28 +00:00
Richard M. Stallman
3a295f7b0d (mail-strip-quoted-names): Retain one whitespace
character between addresses.
1997-08-27 02:33:40 +00:00
Richard M. Stallman
698f40ca01 (mail-parse-comma-list): Use buffer-substring-no-properties. 1997-06-10 01:26:11 +00:00
Richard M. Stallman
ab6f89780a (mail-strip-quoted-names): Don't delete angle brackets
when there's a colon inside them.
1997-05-31 21:14:57 +00:00
Richard M. Stallman
444dd0b5b6 Fix previous change. 1997-04-18 02:54:33 +00:00
Richard M. Stallman
1d6a4283e4 (mail-quote-printable, mail-unquote-printable)
(mail-unquote-printable-hexdigit): New functions.
1997-04-12 20:09:17 +00:00
Richard M. Stallman
b8f3a097ad (make-auto-save-file-name): Replace both / and \
with sequences starting with %.
1997-03-29 04:21:32 +00:00
Richard M. Stallman
13c2b5cb77 (rmail-dont-reply-to): Delete debugging code.
Don't insist on whitespace after commas.
1997-03-22 03:44:08 +00:00
Richard M. Stallman
b7bf1cef33 (mail-fetch-field): New arg LIST. 1997-01-31 09:34:45 +00:00
Richard M. Stallman
ff4599fdb5 (rmail-dont-reply-to): Recognize the names to delete
when they appear within <...>.
1996-09-02 00:19:02 +00:00
Simon Marshall
007a03bfc8 Removed debug code. 1996-07-05 13:35:41 +00:00
Richard M. Stallman
2c9d345f8b (mail-strip-quoted-names): `"' is not special inside an RFC 822 comment. 1996-06-16 18:47:08 +00:00
Richard M. Stallman
fb83f5506c (mail-fetch-field): Use skip-chars-backward
to back over whitespace; don't back up past opoint.
1996-04-11 17:34:28 +00:00
Richard M. Stallman
3efb840dd4 (rmail-dont-reply-to): Allow parsing lists of addresses with comment fields. 1996-02-24 10:15:08 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
6540a6f85b (rmail-dont-reply-to): Preserve whitespace after comma. 1995-11-18 18:45:04 +00:00
Richard M. Stallman
3109b27e80 (mail-strip-quoted-names): Preserve white space
after comma when stripping text outside of <> delims.
1995-10-11 21:05:53 +00:00
Richard M. Stallman
996792b150 (mail-file-babyl-p): Function moved from rmail.el and renamed. 1995-09-21 20:20:49 +00:00
Richard M. Stallman
b94f28eef7 (mail-fetch-field): Use buffer-substring-no-properties. 1995-07-20 17:54:10 +00:00
Karl Heuer
28b4613975 (rmail-dont-reply-to): Change user-original-login-name to user-login-name. 1994-02-11 22:05:44 +00:00
Richard M. Stallman
ca10c3d1d1 Comment change. 1993-12-26 20:02:44 +00:00
Richard M. Stallman
9b9f9c9dc1 (mail-fetch-field): Add autoload cookie. 1993-12-23 03:46:01 +00:00
Richard M. Stallman
6f759698c6 (mail-fetch-field): Exclude trailing whitespace.
Delete duplicate (goto-char (point-min)).
1993-11-21 10:04:52 +00:00
Richard M. Stallman
e6a4a267ff (mail-rfc822-time-zone, mail-rfc822-date): New fns. 1993-07-07 17:55:55 +00:00
Richard M. Stallman
c5fb599fa1 (mail-strip-quoted-names): Catch errors from forward-sexp. 1993-05-26 18:00:55 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
fd7fa35a05 *** empty log message *** 1992-07-17 08:15:29 +00:00