~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to help/de/mail-filters-not-working.page

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-08 09:38:57 UTC
  • mfrom: (1.1.84 upstream)
  • Revision ID: package-import@ubuntu.com-20110908093857-6lfl04ke2ns3kx2o
Tags: 3.1.91-0ubuntu1
* New upstream release. (LP: #843769)
* debian/control: bump e-d-s Build-Depends to 3.1.91. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="mail-filters-not-working" xml:lang="de">
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="mail-filters-not-working">
3
3
 
4
4
  <info>
5
5
    <desc>Fix problems with mail filters that do not sort and organize mail as expected.</desc>
7
7
    <link type="guide" xref="index#common-mail-problems"/>
8
8
    <link type="seealso" xref="mail-filters"/>
9
9
 
10
 
    <revision pkgversion="2.28.3" version="0.1" date="2011-07-21" status="draft"/>
 
10
    <revision pkgversion="3.1.5" version="0.2" date="2011-08-25" status="draft"/>
11
11
    <credit type="author">
12
12
      <name>April Gonzales</name>
13
13
      <email>loonycookie@gmail.com</email>
14
14
    </credit>
 
15
    <credit type="author">
 
16
      <name>Andre Klapper</name>
 
17
      <email>ak-47@gmx.net</email>
 
18
    </credit>
15
19
    <license>
16
20
      <p>Creative Commons Share Alike 3.0</p>
17
21
    </license>    
21
25
<title>Mail filters are not working</title>
22
26
<p>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.</p>
23
27
 
24
 
<p>The order of email filters is very important. If your first filter has a <gui>Stop Processing</gui> rule, then all the email messages that match this filter will ignore all the succeeding filters. </p> 
25
 
 
26
 
<p>To check if a filter has a <gui>Stop Processing</gui> rule:</p>
27
 
 
28
 
<steps>
29
 
<item><p>Go to <guiseq><gui>Edit</gui><gui>Message Filters</gui></guiseq>.</p></item>
30
 
<item><p>Select the filter and refer to the list of actions for that particular filter. </p></item>
31
 
<item><p>The <gui>Stop Processing</gui> rule should be listed under the list of <gui>Actions</gui> if it is enabled. </p></item>
32
 
</steps>
33
 
 
 
28
<note>
 
29
<p>Note that the order of filters is very important. They are applied to the original message in sequence, like a recipe.</p>
 
30
<p>If your first filter has a <gui>Stop Processing</gui> rule, then all the email messages that match this filter will ignore all the succeeding filters.</p>
 
31
<p>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.</p>
 
32
<p>To check the rules and their order of an existing filter, review its actions in the <gui>Then</gui> section by <link xref="mail-filters#editing">editing the filter</link>.</p>
 
33
</note>
34
34
 
35
35
<p>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.</p>
36
36