Followup to bug 467116 -- add prefs to disable OS indexing in mozmill as well. irc-r=Standard8

This commit is contained in:
Siddharth Agarwal 2009-05-15 16:17:33 +05:30
Родитель d3d4960839
Коммит 208b99ad22
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -64,7 +64,9 @@ class ThunderTestProfile(mozrunner.ThunderbirdProfile):
'mail.shell.checkDefaultClient': False,
# disable non-gloda indexing daemons
'mail.winsearch.enable': False,
'mail.splotlight.enable': False,
'mail.winsearch.firstRunDone': True,
'mail.spotlight.enable': False,
'mail.spotlight.firstRunDone': True,
# disable address books for undisclosed reasons
'ldap_2.servers.osx.position': 0,
'ldap_2.servers.oe.position': 0,