The filter language is an s-expression. Scheme-like, but not (even close to) scheme.
It has no ability to count occurrences. All of the search code is shortest evaluator too (i.e. as soon as you get a match, stop, indexing only indexes whether the word exists), there's no support for counting matches. On Fri, 2003-07-25 at 22:10, Fr�d�ric Royer wrote: > Hello, > > I use Ximian evolution 1.0.8 and I'd like to make a filter to flag > mails that contain a certain string many times. > The only way to do that is a scheme command that should count the > occurences of the string in the message body and flag it if the number > is higher than the threshold. Unfortunately I have no idea in coding > that in scheme. > Can someone give me some help and/or hint ? > > Thanks > _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
