mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Filtered archived messages from conversations
This commit is contained in:
@@ -2385,6 +2385,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
.putExtra("account", message.account)
|
||||
.putExtra("thread", message.thread)
|
||||
.putExtra("id", message.id)
|
||||
.putExtra("filter_archive", !EntityFolder.ARCHIVE.equals(message.folderType))
|
||||
.putExtra("found", viewType == ViewType.SEARCH);
|
||||
|
||||
boolean doubletap = prefs.getBoolean("doubletap", false);
|
||||
|
||||
Reference in New Issue
Block a user