diff --git a/FAQ.md b/FAQ.md
index 2442213c50..c71b08a967 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -2191,6 +2191,10 @@ so you cannot use FairEmail to access ProtonMail.
**(130) What does message error ... mean?**
+The warning *No server found at ...* means that there was no email server registered at the indicated domain name.
+Replying to the message might not be possible and might result in an error.
+This could indicate a falsified email address and/or spam.
+
The error *... ParseException ...* means that there is a problem with a received message, likely caused by a bug in the sending software.
FairEmail will workaround this is in most cases, so this message can mostly be considered as a warning instead of an error.
diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java
index b98e02ebc9..5fef0550c9 100644
--- a/app/src/main/java/eu/faircode/email/AdapterMessage.java
+++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java
@@ -260,7 +260,7 @@ public class AdapterMessage extends RecyclerView.Adapter
-
+ android:layout_marginEnd="6dp"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
+ android:tint="?attr/colorWarning"
+ app:layout_constraintEnd_toStartOf="@+id/paddingEnd"
+ app:layout_constraintTop_toTopOf="@id/tvError"
+ app:srcCompat="@drawable/baseline_info_24" />
+ app:layout_constraintTop_toBottomOf="@id/tvError" />
-
+ android:layout_marginEnd="6dp"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
+ android:tint="?attr/colorWarning"
+ app:layout_constraintEnd_toStartOf="@+id/paddingEnd"
+ app:layout_constraintTop_toTopOf="@id/tvError"
+ app:srcCompat="@drawable/baseline_info_24" />
+ app:layout_constraintTop_toBottomOf="@id/tvError" />