disallow drag drop of messages into aol imap folders

git-svn-id: svn://10.0.0.236/branches/MAIL_05312002_BRANCH@124966 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
2002-07-10 19:03:54 +00:00
parent d53176da34
commit 7eb7023bcf

View File

@@ -3497,7 +3497,7 @@ nsImapIncomingServer::GetCanFileMessagesOnServer(PRBool *aCanFileMessagesOnServe
// Initialize aCanFileMessagesOnServer true, a default value for IMAP
*aCanFileMessagesOnServer = PR_TRUE;
GetPrefForServerAttribute("canFileMessagesOnServer", aCanFileMessagesOnServer);
GetPrefForServerAttribute("canFileMessages", aCanFileMessagesOnServer);
return NS_OK;
}