mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
Record permanent failures into K9mail-errors
This commit is contained in:
parent
27caf93e11
commit
4a2c94938a
@ -1487,6 +1487,7 @@ public class MessagingController implements Runnable {
|
||||
{
|
||||
if (me.isPermanentFailure())
|
||||
{
|
||||
addErrorMessage(account, me);
|
||||
Log.e(Email.LOG_TAG, "Failure of command '" + command + "' was permanent, removing command from queue");
|
||||
localStore.removePendingCommand(processingCommand);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user