bugscape 15244 r=cavin sr=bienvenu Make webmail folder "Draft" show Recipient instead of Sender

git-svn-id: svn://10.0.0.236/trunk@123455 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
naving%netscape.com 2002-06-17 20:49:44 +00:00
parent 93a8587b78
commit adb51ca23c

View File

@ -1342,6 +1342,9 @@ NS_IMETHODIMP nsImapIncomingServer::PossibleImapMailbox(const char *folderPath,
//we know that we don't allowConversion for netscape webmail so just use the onlineName
child->SetFlag(MSG_FOLDER_FLAG_SENTMAIL);
else if (redirectorType.Equals(NS_LITERAL_CSTRING("netscape")) && onlineName.Equals(NS_LITERAL_CSTRING("Draft")))
child->SetFlag(MSG_FOLDER_FLAG_DRAFTS);
if (NS_SUCCEEDED(rv))
child->SetPrettyName(convertedName);
}