Thread base folder

This commit is contained in:
M66B
2020-06-21 08:25:41 +02:00
parent c9208c5c5d
commit 1a04cea90a
7 changed files with 8 additions and 0 deletions

View File

@@ -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);