Record permanent failures into K9mail-errors

This commit is contained in:
Daniel Applebaum 2009-11-13 13:52:09 +00:00
parent 27caf93e11
commit 4a2c94938a
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}