From c1c713ef15c749384d091d72f923e686ba7a545c Mon Sep 17 00:00:00 2001 From: FreeScout Date: Thu, 6 Jun 2024 11:52:59 -0700 Subject: [PATCH] Show From for emails received from customers with multiple emails - closes #4059 --- resources/views/conversations/partials/thread.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/conversations/partials/thread.blade.php b/resources/views/conversations/partials/thread.blade.php index a12165baf..b05bee0fc 100644 --- a/resources/views/conversations/partials/thread.blade.php +++ b/resources/views/conversations/partials/thread.blade.php @@ -104,7 +104,9 @@ @if ($thread->type != App\Thread::TYPE_NOTE || $thread->isForward())
@action('thread.before_recipients', $thread, $loop, $threads, $conversation, $mailbox) - @if ($thread->isUserMessage() && $thread->from && array_key_exists($thread->from, $mailbox->getAliases())) + @if (($thread->isUserMessage() && $thread->from && array_key_exists($thread->from, $mailbox->getAliases())) + || ($thread->isCustomerMessage() && count($customer->emails) > 1) + )
{{ __("From") }}: