mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Made selecting a trash folder mandatory
This commit is contained in:
@@ -628,6 +628,8 @@ public class FragmentAccount extends FragmentEx {
|
||||
interval = "9";
|
||||
if (synchronize && drafts == null)
|
||||
throw new Throwable(getContext().getString(R.string.title_no_drafts));
|
||||
if (synchronize && trash == null)
|
||||
throw new Throwable(getContext().getString(R.string.title_no_trash));
|
||||
if (Color.TRANSPARENT == color)
|
||||
color = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user