* ~~The folder selector sometimes shows no folders for yet unknown reasons. This seems to be fixed.~~
* ~~A [bug in AndroidX](https://issuetracker.google.com/issues/64729576) makes it hard to grap the fast scroller. A workaround was added.~~
* ~~Encryption with YubiKey results into an infinite loop. This seems to be caused by a [bug in OpenKeychain](https://github.com/open-keychain/open-keychain/issues/2507).~~
* A preview of a message text doesn't (always) appear on Samsung watches because [setLocalOnly](https://developer.android.com/reference/androidx/core/app/NotificationCompat.Builder.html#setLocalOnly(boolean)) seem to be ignored. Message preview texts are known to be displayed correctly on Pebble 2, Fitbit Charge 3, Mi band 3, and Xiaomi Amazfit BIP wearables. See also [this FAQ](#faq126).
* A preview of a message text doesn't (always) appear on Samsung watches because [setLocalOnly](https://developer.android.com/reference/androidx/core/app/NotificationCompat.Builder.html#setLocalOnly(boolean)) seem to be ignored. Message preview texts are known to be displayed correctly on Pebble 2, Fitbit Charge 3, Mi band 3, and Xiaomi Amazfit BIP smartwatches. See also [this FAQ](#faq126).
* A [bug in Android 6.0](https://issuetracker.google.com/issues/37068143) causes a crash with *... Invalid offset: ... Valid range is ...* when text is selected and tapping outside of the selected text. This bug has been fixed in Android 6.0.1.
* Internal (anchor) links will not work because original messages are shown in an embedded WebView in a scrolling view (the conversation list). This is an Android limitation which cannot be fixed or worked around.
* Language detection [is not working anymore](https://issuetracker.google.com/issues/173337263) on Pixel devices with (upgraded to?) Android 11
@ -326,7 +326,7 @@ Anything on this list is in random order and *might* be added in the near future
* [(123) What will happen when FairEmail cannot connect to an email server?](#faq123)
* [(124) Why do I get 'Message too large or too complex to display'?](#faq124)
* [(125) What are the current experimental features?](#faq125)
* [(126) Can message previews be sent to my wearable?](#faq126)
* [(126) Can message previews be sent to my smartwatch?](#faq126)
* [(127) How can I fix 'Syntactically invalid HELO argument(s)'?](#faq127)
* [(128) How can I reset asked questions, for example to show images?](#faq128)
* [(129) Are ProtonMail, Tutanota, etc supported?](#faq129)
@ -3931,7 +3931,7 @@ a toolbar to perform operations (align text, insert list, indent text, insert bl
<br/>
<aname="faq126"></a>
**(126) Can message previews be sent to my wearable?**
**(126) Can message previews be sent to my smartwatch?**