зеркало из https://github.com/mozilla/pjs.git
fix 239283 reading offline messages in folder that was open when you do an offline sync fails, sr=mscott, a=chofmann
This commit is contained in:
Родитель
0deab59d62
Коммит
13fb4c5ecd
|
@ -4327,6 +4327,7 @@ nsImapMailFolder::GetMessageSizeFromDB(const char *id, PRBool idIsUid, PRUint32
|
|||
nsresult rv = NS_ERROR_FAILURE;
|
||||
NS_ENSURE_ARG(size);
|
||||
*size = 0;
|
||||
(void) GetDatabase(nsnull);
|
||||
if (id && mDatabase)
|
||||
{
|
||||
PRUint32 key = atoi(id);
|
||||
|
|
Загрузка…
Ссылка в новой задаче