зеркало из https://github.com/mozilla/pjs.git
fixed imap folder discovery problem; the default fNamespacesOverridable should be set to true
This commit is contained in:
Родитель
421cc7d6a1
Коммит
e4d453f318
|
@ -55,7 +55,7 @@ nsIMAPHostInfo::nsIMAPHostInfo(const char *hostName, const char *userName)
|
|||
fPasswordVerifiedOnline = PR_FALSE;
|
||||
fDeleteIsMoveToTrash = PR_FALSE;
|
||||
fGotNamespaces = PR_FALSE;
|
||||
fNamespacesOverridable = PR_FALSE;
|
||||
fNamespacesOverridable = PR_TRUE;
|
||||
}
|
||||
|
||||
nsIMAPHostInfo::~nsIMAPHostInfo()
|
||||
|
|
Загрузка…
Ссылка в новой задаче