mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
fix for #62048. movemail accounts are deletable. sr=mscott
This commit is contained in:
parent
ad6b90a954
commit
33e8d2aea8
@ -588,7 +588,7 @@ NS_IMETHODIMP
|
||||
nsMovemailService::GetCanDelete(PRBool *aCanDelete)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aCanDelete);
|
||||
*aCanDelete = PR_FALSE;
|
||||
*aCanDelete = PR_TRUE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user