mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Small improvement
This commit is contained in:
parent
94b775af31
commit
74d15a99f4
1 changed files with 1 additions and 0 deletions
|
@ -6779,6 +6779,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
this.across = !folder.account.equals(message.account);
|
||||
this.account = account;
|
||||
this.folder = folder;
|
||||
this.copy = false;
|
||||
}
|
||||
|
||||
MessageTarget(EntityMessage message, EntityAccount account, EntityFolder folder, boolean copy) {
|
||||
|
|
Loading…
Reference in a new issue