diff --git a/FAQ.md b/FAQ.md index 21f248ef4c..c267b1c810 100644 --- a/FAQ.md +++ b/FAQ.md @@ -238,6 +238,8 @@ In the display section of the advanced options you can enable or disable: * *Conversation threading*: to disable conversation threading and to show individual messages instead * *Show contact photos*: to hide contact photos * *Show identicons*: to show generated contact avatars +* *Show names and email addresses*: to show names or to show names and email addresses +* *Show subject italic*: to show the message subject as normal text * *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 diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index ef2189e26b..267f7a0d2a 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 0 ? colorUnread : textColorSecondary); @@ -2819,6 +2820,7 @@ public class AdapterMessage extends RecyclerView.Adapter + + Show contact photos Show identicons Show names and email addresses + Show subject italic Show stars (favorites) Show message preview Show address details by default