This commit is contained in:
David Bienvenu 2009-05-13 10:19:47 -07:00
Родитель bd72452bbd
Коммит 999d747953
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1262,8 +1262,8 @@ NS_IMETHODIMP nsImapIncomingServer::PossibleImapMailbox(const nsACString& folder
if (hierarchyDelimiter != '/')
nsImapUrl::UnescapeSlashes(dupFolderPath.BeginWriting());
// GMail gives us a localized name for the inbox but doesn't let
// us select that localized name.
// GMail gives us a localized name for the inbox but doesn't let
// us select that localized name.
if (boxFlags & kImapInbox)
imapFolder->SetOnlineName(NS_LITERAL_CSTRING("INBOX"));
else if (onlineName.IsEmpty() || !onlineName.Equals(dupFolderPath))