summaryrefslogtreecommitdiff
path: root/lisp/mail/mail-utils.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (mail-unquote-printable-region): New arg UNIBYTE.Richard M. Stallman2004-03-041-9/+16
|
* (rmail-dont-reply-to): Anchor user loginEli Zaretskii2004-02-161-2/+8
| | | | name and email address at the beginning and end of the address.
* (mail-unquote-printable-hexdigit): Upcase CHAR.Richard M. Stallman2004-01-121-22/+33
| | | | | (mail-unquote-printable-region): New arg NOERROR. For invalid encoding, either signal an error to just return nil.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-3/+3
|
* Eliminate compilation warnings due to `rfc822-addresses'.Paul Reilly2002-03-201-2/+5
| | | | | (rmail-dont-reply-to): Eliminate `pos' as a free variable for a warning free compile.
* (rmail-dont-reply-to): Overhaul to correctly apply the regularPaul Reilly2002-03-191-49/+45
| | | | | expressions in the variable `rmail-dont-reply-to-names' to the list of destination addresses. Contributed by lorentey@elte.hu.
* (mail-strip-quoted-names): Replace textGerd Moellmann2001-07-301-2/+2
| | | | literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
* (rmail-dont-reply-to): Fix last change.Gerd Moellmann2000-09-251-1/+1
|
* (rmail-dont-reply-to): Avoid infinite loop ifGerd Moellmann2000-09-251-1/+2
| | | | rmail-dont-reply-to-names matches the empty string.
* (mail-strip-quoted-names): Handle case where <...> appears inside "...".Richard M. Stallman2000-07-191-19/+22
| | | | | | Use replace-match to edit the string more simply. (rmail-dont-reply-to): Cope with an unmatched ".
* (rmail-dont-reply-to): Remove leading commas as well.Gerd Moellmann2000-02-121-1/+1
|
* (rmail-dont-reply-to): Replace matchedGerd Moellmann2000-01-271-17/+12
| | | | userids differently.
* (mail-unquote-printable): Make it autoload.Karl Heuer1999-08-161-7/+38
| | | | | | Optimize by calling concat just once. Handle =\n sequence. (mail-unquote-printable-region): New command. (mail-quote-printable): Make it autoload.
* (mail-fetch-field): Doc fix.Richard M. Stallman1998-08-081-3/+3
|
* (rmail-dont-reply-to): UnderstandRichard M. Stallman1998-07-071-7/+25
| | | | about doublequotes; don't be fooled by commas inside them.
* (mail-strip-quoted-names):Richard M. Stallman1998-05-091-6/+7
| | | | Delete comments, then delete leading/trailing whitespace.
* (rmail-default-dont-reply-to-names):Richard M. Stallman1998-05-021-4/+0
| | | | Don't set the variable in this file.
* Customize mail-use-rfc822.Stephen Eglen1998-04-131-2/+4
|
* (mail-parse-comma-list):Karl Heuer1997-12-041-3/+3
| | | | Treat newlines and tabs as whitespace.
* (mail-strip-quoted-names): Retain one whitespaceRichard M. Stallman1997-08-271-2/+2
| | | | character between addresses.
* (mail-parse-comma-list): Use buffer-substring-no-properties.Richard M. Stallman1997-06-101-1/+1
|
* (mail-strip-quoted-names): Don't delete angle bracketsRichard M. Stallman1997-05-311-1/+1
| | | | when there's a colon inside them.
* Fix previous change.Richard M. Stallman1997-04-181-5/+5
|
* (mail-quote-printable, mail-unquote-printable)Richard M. Stallman1997-04-121-0/+43
| | | | (mail-unquote-printable-hexdigit): New functions.
* (make-auto-save-file-name): Replace both / and \Richard M. Stallman1997-03-291-1/+1
| | | | with sequences starting with %.
* (rmail-dont-reply-to): Delete debugging code.Richard M. Stallman1997-03-221-2/+1
| | | | Don't insist on whitespace after commas.
* (mail-fetch-field): New arg LIST.Richard M. Stallman1997-01-311-9/+16
|
* (rmail-dont-reply-to): Recognize the names to deleteRichard M. Stallman1996-09-021-0/+2
| | | | when they appear within <...>.
* Removed debug code.Simon Marshall1996-07-051-1/+0
|
* (mail-strip-quoted-names): `"' is not special inside an RFC 822 comment.Richard M. Stallman1996-06-161-2/+3
|
* (mail-fetch-field): Use skip-chars-backwardRichard M. Stallman1996-04-111-4/+2
| | | | to back over whitespace; don't back up past opoint.
* (rmail-dont-reply-to): Allow parsing lists of addresses with comment fields.Richard M. Stallman1996-02-241-1/+2
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (rmail-dont-reply-to): Preserve whitespace after comma.Richard M. Stallman1995-11-181-1/+1
|
* (mail-strip-quoted-names): Preserve white spaceRichard M. Stallman1995-10-111-1/+1
| | | | after comma when stripping text outside of <> delims.
* (mail-file-babyl-p): Function moved from rmail.el and renamed.Richard M. Stallman1995-09-211-0/+11
|
* (mail-fetch-field): Use buffer-substring-no-properties.Richard M. Stallman1995-07-201-2/+3
|
* (rmail-dont-reply-to): Change user-original-login-name to user-login-name.Karl Heuer1994-02-111-1/+1
|
* Comment change.Richard M. Stallman1993-12-261-1/+1
|
* (mail-fetch-field): Add autoload cookie.Richard M. Stallman1993-12-231-0/+1
|
* (mail-fetch-field): Exclude trailing whitespace.Richard M. Stallman1993-11-211-3/+10
| | | | Delete duplicate (goto-char (point-min)).
* (mail-rfc822-time-zone, mail-rfc822-date): New fns.Richard M. Stallman1993-07-071-0/+15
|
* (mail-strip-quoted-names): Catch errors from forward-sexp.Richard M. Stallman1993-05-261-1/+5
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+5
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+5
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|