зеркало из https://github.com/mozilla/gecko-dev.git
make unix like the other platforms (use ImapMail as the imap mail dir)
This commit is contained in:
Родитель
33d027efe8
Коммит
d32d2146af
|
@ -292,7 +292,7 @@ void nsPref::useDefaultPrefFile()
|
|||
|
||||
emailStr = PR_smprintf("%s@netscape.com",currProfileName);
|
||||
#ifdef XP_UNIX
|
||||
imapDirStr = PR_smprintf("/u/%s/mozillaImapMail", currProfileName);
|
||||
imapDirStr = PR_smprintf("/u/%s/ImapMail", currProfileName);
|
||||
newsDirStr = PR_smprintf("/u/%s", currProfileName);
|
||||
#else
|
||||
#ifdef XP_MAC
|
||||
|
|
Загрузка…
Ссылка в новой задаче