mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Thread base folder
This commit is contained in:
@@ -4490,6 +4490,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
|
||||
Bundle nargs = new Bundle();
|
||||
nargs.putLong("account", message.account);
|
||||
nargs.putLong("folder", message.folder);
|
||||
nargs.putString("thread", message.thread);
|
||||
nargs.putLong("id", message.id);
|
||||
nargs.putBoolean("found", found);
|
||||
|
||||
Reference in New Issue
Block a user