diff --git a/FAQ.md b/FAQ.md index 9cd839b820..5f5110e755 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1463,14 +1463,14 @@ to justify making FairEmail available in the [Google Play Family Library](https: **(67) How can I snooze conversations?** Multiple select one of more conversations (long press to start multiple selecting), tap the three dot button and select *Snooze ...*. -Alternatively, use the *Snooze ...* 'more' menu in the expanded message view. +Alternatively, in the expanded message view use *Snooze ...* in the message three-dots 'more' menu or the timelapse action in the bottom action bar. Select the time the conversation(s) should snooze and confirm by tapping OK. The conversations will be hidden for the selected time and shown again afterwards. You will receive a new message notification as reminder. It is also possible to snooze messages with [a rule](#user-content-faq71). -You can show snoozed messages by using the *Snoozed* item in the three dot overflow menu. +You can show snoozed messages by unchecking *Filter out* > *Hidden* in the three dot overflow menu. You can tap on the small snooze icon to see until when a conversation is snoozed. diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index bb2ed1fa75..8c205f850a 100644 --- a/app/src/main/java/eu/faircode/email/AdapterMessage.java +++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java @@ -2996,6 +2996,9 @@ public class AdapterMessage extends RecyclerView.Adapter + +