chore: Forward outgoing email message
This commit is contained in:
@@ -53,7 +53,7 @@ const currentChat = useMapGetter('getSelectedChat');
|
||||
const currentUser = useMapGetter('getCurrentUser');
|
||||
const globalConfig = useMapGetter('globalConfig/get');
|
||||
|
||||
const fromEmail = computed(() => props.message?.to?.[0] || props.inbox?.email);
|
||||
const fromEmail = computed(() => props.inbox?.email);
|
||||
|
||||
const fullHTML = computed(() => {
|
||||
return (
|
||||
|
||||
+1
-7
@@ -39,15 +39,9 @@ const showQuotedMessage = ref(false);
|
||||
/>
|
||||
<div class="px-4 pb-4 flex flex-col gap-2">
|
||||
<div class="flex items-center gap-1.5">
|
||||
<div
|
||||
class="h-px w-20 bg-n-alpha-2 border-t border-dashed border-n-slate-12"
|
||||
/>
|
||||
<span class="font-semibold text-sm text-n-slate-12">
|
||||
<span class="text-sm text-n-slate-12">
|
||||
{{ t('FORWARD_MESSAGE_FORM.FORWARDED_MESSAGE') }}
|
||||
</span>
|
||||
<div
|
||||
class="h-px w-20 bg-n-alpha-2 border-t border-dashed border-n-slate-12"
|
||||
/>
|
||||
</div>
|
||||
<EmailMeta />
|
||||
</div>
|
||||
|
||||
@@ -245,7 +245,7 @@
|
||||
"FORWARD_MESSAGE_FORM": {
|
||||
"FROM": "From :",
|
||||
"EMAIL_EDITOR_PLACEHOLDER": "Write your message here...",
|
||||
"FORWARDED_MESSAGE": "Forwarded message",
|
||||
"FORWARDED_MESSAGE": "---------- Forwarded message ----------",
|
||||
"SHOW_QUOTED_TEXT": "Show quoted text",
|
||||
"HIDE_QUOTED_TEXT": "Hide quoted text",
|
||||
"CONTACT_SEARCH": {
|
||||
|
||||
Reference in New Issue
Block a user