mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-04 16:45:09 -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());
|
||||
}
|
||||
} 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.");
|
||||
}
|
||||
} else {
|
||||
if(K9.DEBUG)
|
||||
if(K9.DEBUG)
|
||||
Log.v(K9.LOG_TAG, "Parsing of the sequence set failed.");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if(K9.DEBUG)
|
||||
if(K9.DEBUG)
|
||||
Log.v(K9.LOG_TAG, "Expected COPYUID response was not found.");
|
||||
}
|
||||
return uidMap;
|
||||
|
Loading…
Reference in New Issue
Block a user