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

@@ -171,6 +171,7 @@ public class AdapterOperation extends RecyclerView.Adapter<AdapterOperation.View
lbm.sendBroadcast(
new Intent(ActivityView.ACTION_VIEW_THREAD)
.putExtra("account", message.account)
.putExtra("folder", message.folder)
.putExtra("thread", message.thread)
.putExtra("id", message.id)
.putExtra("found", false));