This commit is contained in:
sspitzer%netscape.com 2002-11-09 08:55:03 +00:00
Родитель 2b431c1426
Коммит 84212a7fe1
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -1483,7 +1483,7 @@ function IsGetNewMessagesEnabled()
// we'll just handle it as best we can in GetFolderMessages()
// when they click "Get Msgs" and
// Local Folders or a news server is selected
// see bugs #xxxxxx and #xxxxxx
// see bugs #89404 and #111102
return true;
}
@ -1734,8 +1734,9 @@ function GetFolderMessages()
// and the user does "Get Msgs"
// get new mail for the default account
//
// XXX TODO, shift click makes this get mail for all (authenticated) accounts?
// maybe, see bug #xxxxxx
// XXX TODO
// should shift click get mail for all (authenticated) accounts?
// see bug #125885
folder = defaultAccountRootFolder;
}