aboutsummaryrefslogtreecommitdiffstats
path: root/default_user/vfolders.xml
blob: cd16144f870b5a1de54eddbbe0db9dd6c060aa13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<filteroptions>
  <ruleset>
    <rule grouping="all" source="local">
      <_title>Important mail (local)</_title>
      <partset>
        <part name="status">
          <value name="match-type" type="option" value="is"/>
          <value name="flag" type="option" value="Flagged"/>
        </part>
      </partset>
      <sources/>
    </rule>
    <rule grouping="all" source="local">
      <_title>Unread mail (local)</_title>
      <partset>
        <part name="status">
          <value name="match-type" type="option" value="is not"/>
          <value name="flag" type="option" value="Seen"/>
        </part>
      </partset>
      <sources/>
    </rule>
  </ruleset>
</filteroptions>
z2006-07-031-0/+1 * - Update to 0.14.0, see release note for details:mezz2005-11-051-0/+1 * -Update to 0.12.0, works with GTK 2.6/GNOME 2.10.mezz2005-03-121-1/+1 * Ruby/RSVG is a Ruby binding of librsvg2.mezz2004-11-16