summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-10-11 10:17:12 +0200
committerAleksander Machniak <alec@alec.pl>2012-10-11 10:17:12 +0200
commit7ac533dedea5bae31baa2eb6450cc0eb8c1b0090 (patch)
tree7be771aae3a0e8c86226b506d1d47938adec5d64 /program/steps/mail/sendmail.inc
parent00891e687b97b6eac7317970aeb0d49826d05d42 (diff)
Add flags and date arguments to kolab_storage::save_message()
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r--program/steps/mail/sendmail.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc
index 5c2c6de20..ee6a3d3a7 100644
--- a/program/steps/mail/sendmail.inc
+++ b/program/steps/mail/sendmail.inc
@@ -739,7 +739,8 @@ if ($store_target) {
'message' => "Could not create message: ".$msg->getMessage()),
TRUE, FALSE);
else {
- $saved = $RCMAIL->storage->save_message($store_target, $msg, $headers, $mailbody_file ? true : false);
+ $saved = $RCMAIL->storage->save_message($store_target, $msg, $headers,
+ $mailbody_file ? true : false, array('SEEN'));
}
if ($mailbody_file) {