diff --git a/include/class.ticket.php b/include/class.ticket.php index 9750fb41af5947fb199864ad6283ab71ae8838cf..bd05210c3611429f2170cf4636edabda418bd7c3 100644 --- a/include/class.ticket.php +++ b/include/class.ticket.php @@ -1024,7 +1024,8 @@ class Ticket { $msg = $this->replaceVars($msg->asArray(), $vars); $attachments = $cfg->emailAttachments()?$entry->getAttachments():array(); - $options = array('inreplyto' => $entry->getEmailMessageId()); + $options = array('inreplyto' => $entry->getEmailMessageId(), + 'thread' => $entry); foreach ($recipients as $recipient) { if ($uid == $recipient->getId()) continue; $options['references'] = $entry->getEmailReferencesForUser($recipient);