mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 13:35:54 +01:00
Thread base folder
This commit is contained in:
@@ -434,6 +434,7 @@ public class ServiceUI extends IntentService {
|
||||
thread.setAction("thread:" + message.thread);
|
||||
thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
thread.putExtra("account", message.account);
|
||||
thread.putExtra("folder", message.folder);
|
||||
thread.putExtra("id", message.id);
|
||||
thread.putExtra("filter_archive", !EntityFolder.ARCHIVE.equals(folder.type));
|
||||
startActivity(thread);
|
||||
|
||||
Reference in New Issue
Block a user