diff options
author | thomascube <thomas@roundcube.net> | 2005-11-08 20:18:56 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-11-08 20:18:56 +0000 |
commit | 583f1c8d80c42195d0ee41f30a885e13d777b79f (patch) | |
tree | a9069c3d540940c7d0855cd07698d786f30f3792 /program/steps/mail/sendmail.inc | |
parent | b595c9fcf6940ae25c1e58ef2b8d340405083906 (diff) |
Added reply-to-all function (submitted by Julien Brette)
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index 2bafaebc1..c5505c948 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -138,7 +138,7 @@ if ($CONFIG['useragent']) // create PEAR::Mail_mime instance -$MAIL_MIME = new Mail_mime(); +$MAIL_MIME = new Mail_mime("\n"); $MAIL_MIME->setTXTBody(stripslashes($_POST['_message']), FALSE, TRUE); //$MAIL_MIME->setTXTBody(wordwrap(stripslashes($_POST['_message'])), FALSE, TRUE); |