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:
bienvenu%nventure.com 2004-04-02 01:07:04 +00:00
Родитель 0deab59d62
Коммит 13fb4c5ecd
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);