mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 02:28:18 +00:00
Special case
This commit is contained in:
parent
971fa5f0ef
commit
cf85578fe4
1 changed files with 1 additions and 1 deletions
|
@ -1126,7 +1126,7 @@ class Core {
|
|||
addresses.addAll(Arrays.asList(tos));
|
||||
if (ccs != null)
|
||||
addresses.addAll(Arrays.asList(ccs));
|
||||
if (EntityFolder.ARCHIVE.equals(folder.type)) {
|
||||
if (EntityFolder.ARCHIVE.equals(folder.type) || BuildConfig.DEBUG) {
|
||||
if (froms != null)
|
||||
addresses.addAll(Arrays.asList(froms));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue