On Fri, 2012-06-29 at 20:54 +0000, Paul Murphy's unattended box wrote:
> My first filter pipes all incoming messages to an external program,
> and then moves the message to a "processed" folder.
> 
> The second filter then moves the message somewhere else (e.g. "bulk")
> if certain conditions are met.
> 
> The second filter never executes.  I do not have the first filter set
> to "stop processing other filters", so I expect the other filters to
> run.  Is there any way to get some verbose logging on the filters, so
> I can see why all but the first filter is being ignored?

There is, though I can't put my finger on it in the docs. Do the
following from a shell:

$ gconftool-2 -s /apps/evolution/mail/filters/log true
$ gconftool-2 -s /apps/evolution/mail/filters/logfile "my-Evo-filter-log"

You may have to restart Evo, I forget. The log file will then record
every filter action. I normally just leave this on by default.

poc

_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to