Re: [Evolution] filter in scheme language
- From: Not Zed <notzed ximian com>
- To: Frédéric Royer <frederic royer obs unige ch>
- Cc: evolution lists ximian com
- Subject: Re: [Evolution] filter in scheme language
- Date: 28 Jul 2003 15:07:00 -0400
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]