52460 r=bienvenu sr=mscott. Allow subfolders for pop3 inbox folder.
git-svn-id: svn://10.0.0.236/trunk@103648 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
bb00ed7bcb
commit
de0777c655
@ -753,9 +753,9 @@ nsMsgFolder::GetCanCreateSubfolders(PRBool *aResult)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aResult);
|
||||
|
||||
//Checking folder flag to see if it is the "Unsent Messages" or "Inbox"
|
||||
//Checking folder flag to see if it is the "Unsent Messages"
|
||||
//and if so return FALSE
|
||||
if ((mFlags & MSG_FOLDER_FLAG_QUEUE) || (mFlags & MSG_FOLDER_FLAG_INBOX))
|
||||
if (mFlags & MSG_FOLDER_FLAG_QUEUE)
|
||||
{
|
||||
*aResult = PR_FALSE;
|
||||
return NS_OK;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user