Mercurial > emacs
diff lisp/ChangeLog @ 109939:7f388ce0e51e
Fix rmail-forward with non-sendmail sending function.
* lisp/mail/rmail.el (rmail-forward): Replace mail-text-start with its
expansion, so as not to need sendmail.
(mail-text-start): Remove declaration.
(rmail-retry-failure): Require sendmail.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 20 Aug 2010 00:11:35 -0700 |
parents | 9b8e40e0bf3c |
children | 5f6bc820aec9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 19 19:23:13 2010 -0400 +++ b/lisp/ChangeLog Fri Aug 20 00:11:35 2010 -0700 @@ -1,3 +1,10 @@ +2010-08-20 Glenn Morris <rgm@gnu.org> + + * mail/rmail.el (rmail-forward): Replace mail-text-start with its + expansion, so as not to need sendmail. + (mail-text-start): Remove declaration. + (rmail-retry-failure): Require sendmail. + 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca> * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).