summaryrefslogtreecommitdiff
path: root/lisp/mail/mail-utils.el
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler.Glenn Morris2011-05-161-1/+1
|
* Make rmail-default-dont-reply-to-names nil (Bug#7888); rename ↵Chong Yidong2011-02-121-26/+35
| | | | | | | | | | | | | | | | | | | | rmail-dont-reply-*. * lisp/mail/mail-utils.el (mail-dont-reply-to-names): New variable, from rmail-dont-reply-to-names. Callers changed. (mail-dont-reply-to): Rename from mail-dont-reply-to. (rmail-dont-reply-to): Make it an obsolete alias. * lisp/mail/rmail.el (rmail-default-dont-reply-to-names): Default to nil, and make obsolete. (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names. * lisp/mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix. * lisp/mail/rmailsort.el (rmail-sort-by-correspondent) (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to. * lisp/mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* * lisp/mail/mail-utils.el (mail-strip-quoted-names): Make the regexp codeStefan Monnier2011-01-131-46/+27
| | | | work for nested comments.
* Merge changes from emacs-23 branchChong Yidong2011-01-021-18/+22
|\
| * * lisp/mail/mail-utils.el (mail-strip-quoted-names): Don't modify theMark Lillibridge2011-01-011-6/+6
| | | | | | | | | | | | " *temp*" buffer. Fixes: debbugs:7746
| * Mail-utils fix for bug#7746. (tiny change)Mark Lillibridge2011-01-011-4/+2
| | | | | | | | | | * lisp/mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering an existing temp buffer.
| * Small mail-utils fix for bug 7760.Glenn Morris2011-01-011-8/+14
| | | | | | | | | | * lisp/mail/mail-utils.el (mail-mbox-from): Handle From: headers with multiple addresses.
* | * lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup.Glenn Morris2010-12-131-4/+0
|/
* * lisp/mail/mail-utils.el (mail-mbox-from): Also try return-path.Glenn Morris2010-10-081-1/+1
| | | | | (Per 8-year old observation: http://lists.gnu.org/archive/html/bug-gnu-emacs/2002-06/msg00176.html )
* * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.Glenn Morris2010-02-031-1/+8
|
* * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyteStefan Monnier2010-01-221-0/+2
| | | | | just because we see "encoding: 8bit". * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (mail-mbox-from): Move here from rmailout.el.Glenn Morris2009-02-181-0/+14
|
* (mail-use-rfc822): Remove * from defcustom doc.Glenn Morris2009-02-101-9/+6
| | | | (mail-file-babyl-p): Use with-temp-buffer.
* (mail-fetch-field): Previous doc fix was ill-advised.Glenn Morris2009-02-041-2/+2
|
* (mail-fetch-field): Doc fix.Glenn Morris2009-01-311-4/+5
|
* (mail-quote-printable-region): New function.Richard M. Stallman2009-01-101-0/+20
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (mail-unquote-printable-region): Use insert-byte instead of insert-char,Eli Zaretskii2008-09-301-2/+3
| | | | when the UNIBYTE arg is non-nil.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* 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
|