зеркало из https://github.com/mozilla/pjs.git
fix 102782 downloaad newsgroups for offline newsgroups when we offer to download msgs when going offline r/sr=sspitzer
This commit is contained in:
Родитель
a1a39e583f
Коммит
fbf2dcbc98
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче