make unix like the other platforms (use ImapMail as the imap mail dir)

This commit is contained in:
sspitzer%netscape.com 1999-05-28 05:20:32 +00:00
Родитель 33d027efe8
Коммит d32d2146af
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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