fix 102782 downloaad newsgroups for offline newsgroups when we offer to download msgs when going offline r/sr=sspitzer

This commit is contained in:
bienvenu%netscape.com 2002-02-13 20:18:31 +00:00
Родитель a1a39e583f
Коммит fbf2dcbc98
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -166,7 +166,7 @@ function PromptDownloadMessages()
else
gMailOfflinePrefs.setIntPref("offline.download.download_messages", 1);
// download news, download mail, send unsent messages, go offline when done, msg window
gOfflineManager.synchronizeForOffline(false, true, false, true, msgWindow);
gOfflineManager.synchronizeForOffline(true, true, false, true, msgWindow);
return true;
}
else if(buttonPressed.value == 1) {