mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 14:50:14 -05:00
Don't show K9mail-errors as move/copy destination folder.
Fixes issue 2219
This commit is contained in:
parent
a93da0ed80
commit
41ebeb3498
@ -351,7 +351,7 @@ public class ChooseFolder extends K9ListActivity
|
|||||||
mAdapter.add(getString(R.string.special_mailbox_name_inbox));
|
mAdapter.add(getString(R.string.special_mailbox_name_inbox));
|
||||||
heldInbox = name;
|
heldInbox = name;
|
||||||
}
|
}
|
||||||
else
|
else if (!K9.ERROR_FOLDER_NAME.equals(name))
|
||||||
{
|
{
|
||||||
mAdapter.add(name);
|
mAdapter.add(name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user