mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 15:55:57 +00:00
Improved error message
This commit is contained in:
parent
d25bbcb5d9
commit
c4a3e94825
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
if (!folder.poll && capIdle) {
|
||||
// Sends folder NOOP
|
||||
if (!mapFolders.get(folder).isOpen())
|
||||
throw new StoreClosedException(iservice.getStore(), folder.name);
|
||||
throw new StoreClosedException(iservice.getStore(), "NOOP " + folder.name);
|
||||
} else {
|
||||
if (folder.poll_count == 0)
|
||||
EntityOperation.sync(this, folder.id, false);
|
||||
|
|
Loading…
Reference in a new issue