mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -05:00
Whitespaces :/
This commit is contained in:
parent
da9a5e6c17
commit
cf39070048
@ -875,16 +875,16 @@ public class ImapStore extends Store {
|
|||||||
uidMap.put(srcUidsIterator.next(), destUidsIterator.next());
|
uidMap.put(srcUidsIterator.next(), destUidsIterator.next());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(K9.DEBUG)
|
if(K9.DEBUG)
|
||||||
Log.v(K9.LOG_TAG, "Parse error: size of source UIDs list is not the same as size of destination UIDs list.");
|
Log.v(K9.LOG_TAG, "Parse error: size of source UIDs list is not the same as size of destination UIDs list.");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(K9.DEBUG)
|
if(K9.DEBUG)
|
||||||
Log.v(K9.LOG_TAG, "Parsing of the sequence set failed.");
|
Log.v(K9.LOG_TAG, "Parsing of the sequence set failed.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(K9.DEBUG)
|
if(K9.DEBUG)
|
||||||
Log.v(K9.LOG_TAG, "Expected COPYUID response was not found.");
|
Log.v(K9.LOG_TAG, "Expected COPYUID response was not found.");
|
||||||
}
|
}
|
||||||
return uidMap;
|
return uidMap;
|
||||||
|
Loading…
Reference in New Issue
Block a user