Bug 293682 Hook up Virtual Folder Properties - Strictness Patch

p=me r/sr=neil.parkwaycc.co.uk a=shaver
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-06-02 01:39:47 +00:00
Родитель 76c07e7d12
Коммит 096cfc44a1
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -253,9 +253,10 @@ function MsgFolderProperties()
if (msgFolder.flags & MSG_FOLDER_FLAG_VIRTUAL)
{
// virtual folders get there own property dialog that contains all of the
// virtual folders get their own property dialog that contains all of the
// search information related to the virtual folder.
return MsgVirtualFolderProperties(true);
MsgVirtualFolderProperties(true);
return;
}
var name = GetFolderNameFromUri(preselectedURI, folderTree);