diff --git a/FAQ.md b/FAQ.md
index f812163151..7e933acad9 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -607,7 +607,7 @@ The message text will keep loading if there is no connection to the account, see
You can check the account and folder list for the account and folder state (see the legend for the meaning of the icons)
and the operation list accessible via the main navigation menu for pending operations (see [this FAQ](#user-content-faq3) for the meaning of the operations).
-In the advanced settings you can set the maximum size for automatically downloading of messages on metered connections.
+In the receive settings you can set the maximum size for automatically downloading of messages on metered connections.
Mobile connections are almost always metered and some (paid) Wi-Fi hotspots are too.
diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java
index ba9070aa62..5f104888da 100644
--- a/app/src/main/java/eu/faircode/email/AdapterMessage.java
+++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java
@@ -326,6 +326,8 @@ public class AdapterMessage extends RecyclerView.Adapter
+
+
+
+
+ app:layout_constraintTop_toBottomOf="@id/tvDownloading" />
+
+