Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler. | Glenn Morris | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | Make rmail-default-dont-reply-to-names nil (Bug#7888); rename ↵ | Chong Yidong | 2011-02-12 | 1 | -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 Morris | 2011-01-24 | 1 | -2/+1 |
| | |||||
* | * lisp/mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code | Stefan Monnier | 2011-01-13 | 1 | -46/+27 |
| | | | | work for nested comments. | ||||
* | Merge changes from emacs-23 branch | Chong Yidong | 2011-01-02 | 1 | -18/+22 |
|\ | |||||
| * | * lisp/mail/mail-utils.el (mail-strip-quoted-names): Don't modify the | Mark Lillibridge | 2011-01-01 | 1 | -6/+6 |
| | | | | | | | | | | | | " *temp*" buffer. Fixes: debbugs:7746 | ||||
| * | Mail-utils fix for bug#7746. (tiny change) | Mark Lillibridge | 2011-01-01 | 1 | -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 Morris | 2011-01-01 | 1 | -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 Morris | 2010-12-13 | 1 | -4/+0 |
|/ | |||||
* | * lisp/mail/mail-utils.el (mail-mbox-from): Also try return-path. | Glenn Morris | 2010-10-08 | 1 | -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 Morris | 2010-02-03 | 1 | -1/+8 |
| | |||||
* | * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte | Stefan Monnier | 2010-01-22 | 1 | -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 Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | (mail-mbox-from): Move here from rmailout.el. | Glenn Morris | 2009-02-18 | 1 | -0/+14 |
| | |||||
* | (mail-use-rfc822): Remove * from defcustom doc. | Glenn Morris | 2009-02-10 | 1 | -9/+6 |
| | | | | (mail-file-babyl-p): Use with-temp-buffer. | ||||
* | (mail-fetch-field): Previous doc fix was ill-advised. | Glenn Morris | 2009-02-04 | 1 | -2/+2 |
| | |||||
* | (mail-fetch-field): Doc fix. | Glenn Morris | 2009-01-31 | 1 | -4/+5 |
| | |||||
* | (mail-quote-printable-region): New function. | Richard M. Stallman | 2009-01-10 | 1 | -0/+20 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | (mail-unquote-printable-region): Use insert-byte instead of insert-char, | Eli Zaretskii | 2008-09-30 | 1 | -2/+3 |
| | | | | when the UNIBYTE arg is non-nil. | ||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (mail-unquote-printable-region): New arg UNIBYTE. | Richard M. Stallman | 2004-03-04 | 1 | -9/+16 |
| | |||||
* | (rmail-dont-reply-to): Anchor user login | Eli Zaretskii | 2004-02-16 | 1 | -2/+8 |
| | | | | name and email address at the beginning and end of the address. | ||||
* | (mail-unquote-printable-hexdigit): Upcase CHAR. | Richard M. Stallman | 2004-01-12 | 1 | -22/+33 |
| | | | | | (mail-unquote-printable-region): New arg NOERROR. For invalid encoding, either signal an error to just return nil. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -3/+3 |
| | |||||
* | Eliminate compilation warnings due to `rfc822-addresses'. | Paul Reilly | 2002-03-20 | 1 | -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 regular | Paul Reilly | 2002-03-19 | 1 | -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 text | Gerd Moellmann | 2001-07-30 | 1 | -2/+2 |
| | | | | literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>. | ||||
* | (rmail-dont-reply-to): Fix last change. | Gerd Moellmann | 2000-09-25 | 1 | -1/+1 |
| | |||||
* | (rmail-dont-reply-to): Avoid infinite loop if | Gerd Moellmann | 2000-09-25 | 1 | -1/+2 |
| | | | | rmail-dont-reply-to-names matches the empty string. | ||||
* | (mail-strip-quoted-names): Handle case where <...> appears inside "...". | Richard M. Stallman | 2000-07-19 | 1 | -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 Moellmann | 2000-02-12 | 1 | -1/+1 |
| | |||||
* | (rmail-dont-reply-to): Replace matched | Gerd Moellmann | 2000-01-27 | 1 | -17/+12 |
| | | | | userids differently. | ||||
* | (mail-unquote-printable): Make it autoload. | Karl Heuer | 1999-08-16 | 1 | -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. Stallman | 1998-08-08 | 1 | -3/+3 |
| | |||||
* | (rmail-dont-reply-to): Understand | Richard M. Stallman | 1998-07-07 | 1 | -7/+25 |
| | | | | about doublequotes; don't be fooled by commas inside them. | ||||
* | (mail-strip-quoted-names): | Richard M. Stallman | 1998-05-09 | 1 | -6/+7 |
| | | | | Delete comments, then delete leading/trailing whitespace. | ||||
* | (rmail-default-dont-reply-to-names): | Richard M. Stallman | 1998-05-02 | 1 | -4/+0 |
| | | | | Don't set the variable in this file. | ||||
* | Customize mail-use-rfc822. | Stephen Eglen | 1998-04-13 | 1 | -2/+4 |
| | |||||
* | (mail-parse-comma-list): | Karl Heuer | 1997-12-04 | 1 | -3/+3 |
| | | | | Treat newlines and tabs as whitespace. | ||||
* | (mail-strip-quoted-names): Retain one whitespace | Richard M. Stallman | 1997-08-27 | 1 | -2/+2 |
| | | | | character between addresses. | ||||
* | (mail-parse-comma-list): Use buffer-substring-no-properties. | Richard M. Stallman | 1997-06-10 | 1 | -1/+1 |
| |