зеркало из https://github.com/mozilla/pjs.git
fix problem where we crash if you do an offline synchronize but don't send unsent messages r=naving, sr=sspitzer 79104
This commit is contained in:
Родитель
3a9c820f65
Коммит
927878adab
|
@ -119,9 +119,9 @@ nsresult nsMsgOfflineManager::AdvanceToNextState(nsresult exitStatus)
|
|||
{
|
||||
case eNoState:
|
||||
|
||||
m_curState = eSendingUnsent;
|
||||
if (m_sendUnsentMessages)
|
||||
{
|
||||
m_curState = eSendingUnsent;
|
||||
SendUnsentMessages();
|
||||
}
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче