*Mail: fix mail preview does not show its content for mails with no fromaddress set

This commit is contained in:
hadi 2023-05-08 13:41:25 +02:00
parent acf1eaa5f3
commit c5afac87bd

View File

@ -13,7 +13,7 @@
</row>
<row>
<et2-vbox class="previewWrapper">
<et2-box id="blank" disabled="@fromaddress">
<et2-box id="blank" disabled="@uid">
<et2-image src="email"></et2-image>
<et2-description value="Select an item to read"></et2-description>
</et2-box>