diff --git a/FAQ.md b/FAQ.md
index aa9e795d70..5e9dfa119b 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -63,8 +63,8 @@ Fonts, sizes, colors, etc should be material design wherever possible.
Since FairEmail is meant to be privacy friendly, the following will not be added:
-* Open links without confirmation
-* Show images and original messages without confirmation, see also [this FAQ](#user-content-faq35)
+* Opening links without confirmation
+* Showing original messages without confirmation, see also [this FAQ](#user-content-faq35)
* Direct file/folder access: for security/privacy reasons (other) apps should use the [Storage Access Framework](https://developer.android.com/guide/topics/providers/document-provider), see also [this FAQ](#user-content-faq49)
Confirmation is just one tap, which is just a small price for better privacy.
diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java
index 5b24c87424..200485b524 100644
--- a/app/src/main/java/eu/faircode/email/AdapterMessage.java
+++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java
@@ -180,7 +180,8 @@ public class AdapterMessage extends RecyclerView.Adapter
+
+
+
+
Use monospaced font for message text
Automatically show inline images
Automatically show images for known contacts
+ Automatically show all images
Collapse quoted text
Automatically show remote content when viewing original messages
Conversation action bar