hide black list support from the UI until we actually implement it.

This commit is contained in:
scott%scott-macgregor.org 2003-11-11 22:25:02 +00:00
Родитель 9802a3c186
Коммит 7e3aa36aba
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -75,7 +75,9 @@
<tabs id="junkMailTabs">
<tab label="&settingsTab.label;"/>
<tab label="&adaptiveTab.label;"/>
#if 0
<tab label="&blackListsTab.label;"/>
#endif
</tabs>
<tabpanels id="junkMailTabsPanels" flex="1">
@ -204,11 +206,12 @@
</hbox>
</vbox>
#if 0
<!-- Real Time Black Lists Tab -->
<vbox index="blackLists" flex="1">
<description width="1">This hasn't been implemented yet</description>
</vbox>
#endif
</tabpanels>
</tabbox>
</vbox>