Removed auto junk

This commit is contained in:
M66B
2021-09-18 19:49:14 +02:00
parent c2c2d131c8
commit 7904267e9b
6 changed files with 13 additions and 76 deletions

View File

@@ -7827,10 +7827,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
if (message == null)
return null;
EntityAccount account = db.account().getAccount(message.account);
if (account == null)
return null;
EntityFolder junk = db.folder().getFolderByType(message.account, EntityFolder.JUNK);
if (junk == null)
throw new IllegalArgumentException(context.getString(R.string.title_no_junk_folder));