зеркало из https://github.com/mozilla/pjs.git
make sure we have a db in SyncFlags, bullet proofing for crash going offline r/sr=sspitzer 181372
This commit is contained in:
Родитель
d8ad92d569
Коммит
38352272d4
|
@ -3961,7 +3961,9 @@ nsImapMailFolder::BeginMessageUpload()
|
|||
|
||||
// synchronize the message flags in the database with the server flags
|
||||
nsresult nsImapMailFolder::SyncFlags(nsIImapFlagAndUidState *flagState)
|
||||
{
|
||||
{
|
||||
nsresult rv = GetDatabase(nsnull); // we need a database for this
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
// update all of the database flags
|
||||
PRInt32 messageIndex;
|
||||
PRUint32 messageSize;
|
||||
|
|
Загрузка…
Ссылка в новой задаче