diff --git a/FAQ.md b/FAQ.md
index 54730157e3..c9358976b8 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -248,6 +248,7 @@ In the display section of the advanced options you can enable or disable:
* *Show stars*: to hide stars (favorites)
* *Show message preview*: to show two lines of the message text
* *Show address details by default*: to collapse the addresses section by default
+* *Use monospaced font for message text*: to change the typeface of the message text
* *Conversation action bar*: to disable the bottom navigation bar
* *Automatically show original message for known contacts*: to automatically show original messages for contacts on your device, please read [this FAQ](#user-content-faq35)
* *Automatically show images for known contacts*: to automatically show images for contacts on your device, please read [this FAQ](#user-content-faq35)
diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java
index d2c391f637..dc268b3214 100644
--- a/app/src/main/java/eu/faircode/email/AdapterMessage.java
+++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java
@@ -141,6 +141,7 @@ public class AdapterMessage extends RecyclerView.Adapter
+
+
Show stars (favorites)
Show message preview
Show address details by default
+ Use monospaced font for message text
Automatically show original message for known contacts
Attempt to remove tracking from original messages
Automatically show images for known contacts