Bug #168355 --> add capability of setting an array of search terms on a filter

r=navin
sr=bienvenu
This commit is contained in:
mscott%netscape.com 2002-09-12 23:51:24 +00:00
Родитель 2f0d16b497
Коммит 1fe7b6f16a
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -77,8 +77,7 @@ interface nsIMsgFilter : nsISupports {
nsIMsgSearchTerm createTerm();
// this is the actual array of search terms, and is thus modifyable
readonly attribute nsISupportsArray searchTerms;
attribute nsISupportsArray searchTerms;
attribute nsIMsgSearchScopeTerm scope;