adding comments to document new syntax that went in yesterday

git-svn-id: svn://10.0.0.236/trunk@68140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 2000-05-03 21:45:21 +00:00
parent 82801dd9e5
commit 38ffd5ad0d

View File

@ -37,13 +37,13 @@ interface nsIMsgFilter : nsISupports {
readonly attribute nsIMsgFilterList filterList; // owning filter list
readonly attribute long numTerms;
void AddTerm(in nsMsgSearchAttribValue attrib,
in nsMsgSearchOpValue op,
in nsIMsgSearchValue value,
in boolean BooleanAND,
in string arbitraryHeader);
readonly attribute long numTerms;
void GetTerm(in long termIndex,
out nsMsgSearchAttribValue attrib,
out nsMsgSearchOpValue op,
@ -54,7 +54,11 @@ interface nsIMsgFilter : nsISupports {
attribute nsIMsgSearchScopeTerm scope;
attribute nsMsgRuleActionType action;
// target priority.. throws an exception if the action is not priority
attribute nsMsgPriorityValue actionPriority;
// target folder.. throws an exception if the action is not move to folder
attribute string actionTargetFolderUri;
void MatchHdr(in nsIMsgDBHdr msgHdr, in nsIMsgFolder folder,