diff --git a/FAQ.md b/FAQ.md index 5f6a8581f3..128bdf17ca 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1391,7 +1391,9 @@ FairEmail already tries to workaround these bugs, but if this fail you'll need t ~~The original message is shown as the sender has sent it, including all colors.~~ ~~Changing the background color would not only make the original view not original anymore, it can also result in unreadable messages.~~ -Recent versions of FairEmail will invert all colors of the original message when using a dark or black theme. +Recent versions of FairEmail can invert all colors of the original message when using a dark or black theme. +You can turn this on the advanced settings. +Be aware that this can cause [crashes](https://bugs.chromium.org/p/chromium/issues/detail?id=578150) on some devices.
diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index ec16d4014b..eb564bc956 100644 --- a/app/src/main/java/eu/faircode/email/AdapterMessage.java +++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java @@ -1400,16 +1400,13 @@ public class AdapterMessage extends RecyclerView.Adapter + + Use monospaced font for message text Automatically show original message for known contacts Automatically show images for known contacts + Invert colors of original message when using a dark theme Conversation action bar Pull down to refresh