зеркало из https://github.com/mozilla/pjs.git
Bug 287292 setupCopiesAndFoldersServer should test for RSS account instead of catching an exception
p=me r/sr=mscott
This commit is contained in:
Родитель
683ffbc8ac
Коммит
4b56163d79
|
@ -610,6 +610,8 @@ function setupCopiesAndFoldersServer(account, accountIsDeferred)
|
|||
{
|
||||
try {
|
||||
var server = account.incomingServer;
|
||||
if (server.type == "rss")
|
||||
return false;
|
||||
var identity = account.identities.QueryElementAt(0, Components.interfaces.nsIMsgIdentity);
|
||||
// For this server, do we default the folder prefs to this server, or to the "Local Folders" server
|
||||
// If it's deferred, we use the local folders account.
|
||||
|
|
Загрузка…
Ссылка в новой задаче