Fix netmail flags for netmails originating here
This commit is contained in:
@@ -169,7 +169,7 @@ class MessageProcess implements ShouldQueue
|
||||
$o->tzoffset = $this->msg->date->utcOffset();
|
||||
|
||||
$o->cost = 0;
|
||||
$o->flags = Message::FLAG_LOCAL;
|
||||
$o->flags = Message::FLAG_LOCAL|Message::FLAG_PRIVATE;
|
||||
|
||||
$o->fftn_id = ($x=$this->msg->tftn_o) ? $x->id : NULL;
|
||||
$o->tftn_id = ($x=$this->msg->fftn_o) ? $x->id : NULL;
|
||||
|
Reference in New Issue
Block a user