Don't try to download a message with local UID
This commit is contained in:
parent
660ea31dfc
commit
dbdccbf4da
1 changed files with 1 additions and 9 deletions
|
@ -2308,15 +2308,7 @@ public class MessagingController {
|
||||||
// one we can't download completely. Maybe add a new flag; X_PARTIAL_MESSAGE ?
|
// one we can't download completely. Maybe add a new flag; X_PARTIAL_MESSAGE ?
|
||||||
message.setFlag(Flag.X_DOWNLOADED_FULL, true);
|
message.setFlag(Flag.X_DOWNLOADED_FULL, true);
|
||||||
message.setFlag(Flag.X_DOWNLOADED_PARTIAL, false);
|
message.setFlag(Flag.X_DOWNLOADED_PARTIAL, false);
|
||||||
}
|
} else {
|
||||||
|
|
||||||
/*if (!message.isSet(Flag.X_DOWNLOADED_FULL)) */
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
* At this point the message is not available, so we need to download it
|
|
||||||
* fully if possible.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Store remoteStore = account.getRemoteStore();
|
Store remoteStore = account.getRemoteStore();
|
||||||
remoteFolder = remoteStore.getFolder(folder);
|
remoteFolder = remoteStore.getFolder(folder);
|
||||||
remoteFolder.open(Folder.OPEN_MODE_RW);
|
remoteFolder.open(Folder.OPEN_MODE_RW);
|
||||||
|
|
Loading…
Reference in a new issue