From 425212a0833f12742c11bdfdcd11fd2b143f0004 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 25 Aug 2011 13:46:36 +0200 Subject: User docs: Warn about order of filters. Fixes bug #602906 --- help/C/mail-filters-not-working.page | 25 +++++++++++-------------- help/C/mail-filters.page | 11 +++++++++-- 2 files changed, 20 insertions(+), 16 deletions(-) (limited to 'help') diff --git a/help/C/mail-filters-not-working.page b/help/C/mail-filters-not-working.page index ed262f2eed..4923f417c0 100644 --- a/help/C/mail-filters-not-working.page +++ b/help/C/mail-filters-not-working.page @@ -7,11 +7,15 @@ - + April Gonzales loonycookie@gmail.com + + Andre Klapper + ak-47@gmx.net +

Creative Commons Share Alike 3.0

@@ -21,16 +25,12 @@ Mail filters are not working

Your mail filters are probably working, however, they could be ordered in an inefficient way. This will make your filters run slowly, so it may seem like they are not working.

-

The order of email filters is very important. If your first filter has a Stop Processing rule, then all the email messages that match this filter will ignore all the succeeding filters.

- -

To check if a filter has a Stop Processing rule:

- - -

Go to EditMessage Filters.

-

Select the filter and refer to the list of actions for that particular filter.

-

The Stop Processing rule should be listed under the list of Actions if it is enabled.

-
- + +

Note that the order of filters is very important. They are applied to the original message in sequence, like a recipe.

+

If your first filter has a Stop Processing rule, then all the email messages that match this filter will ignore all the succeeding filters.

+

When you move a message to another folder, "moving" actually means appending a copy of the message to the destination folder and marking the original message for deletion. So any subsequent filter rules will be applied to the original message that is now marked for deletion. Therefore moving a message should usually appear last in a sequence of filter rules.

+

To check the rules and their order of an existing filter, review its actions in the Then section by editing the filter.

+

Another thing you have to keep in mind is that filters depend on the "new" flag that is set when a particular email message is initially fetched from the server. If you use another email client aside from Evolution, your filters may not work automatically.

@@ -41,6 +41,3 @@ - - - diff --git a/help/C/mail-filters.page b/help/C/mail-filters.page index e8d902e494..a22768dca6 100644 --- a/help/C/mail-filters.page +++ b/help/C/mail-filters.page @@ -6,7 +6,7 @@ - + Andre Klapper ak-47@gmx.net @@ -38,7 +38,14 @@

Enter a name in the Rule name field.

Define the conditions for the rule. For each condition, you first select which part of the message will be checked and then define the comparison.

For more information on the available conditions see Available Filter conditions.

If you want to define multiple conditions, define under Find items if any or if all conditions have to apply, and click Add Condition and repeat the previous step.

-

Select the Actions for the Filter in the Then section.

For more information on the available actions see Available Filter actions.

+ +

Select the Actions for the Filter in the Then section.

For more information on the available actions see Available Filter actions.

+ +

Note that the order of filters is very important. They are applied to the original message in sequence, like a recipe.

+

If your first filter has a Stop Processing rule, then all the email messages that match this filter will ignore all the succeeding filters.

+

When you move a message to another folder, "moving" actually means appending a copy of the message to the destination folder and marking the original message for deletion. So any subsequent filter rules will be applied to the original message that is now marked for deletion. Therefore moving a message should usually appear last in a sequence of filter rules.

+
+

If you want to define multiple actions, click Add Action and repeat the previous step. For example, if you want no other existing filters to be applied choose Stop Processing as the second action in the list.

Click OK.

-- cgit v1.2.3