evolution r35952 - trunk/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35952 - trunk/mail
- Date: Mon, 11 Aug 2008 06:28:52 +0000 (UTC)
Author: sragavan
Date: Mon Aug 11 06:28:52 2008
New Revision: 35952
URL: http://svn.gnome.org/viewvc/evolution?rev=35952&view=rev
Log:
2008-08-11 Srinivasa Ragavan <sragavan novell com>
** Part fix for bug #529743
* searchtypes.xml: Support Subject or Recipients contain search.
Modified:
trunk/mail/ChangeLog
trunk/mail/searchtypes.xml
Modified: trunk/mail/searchtypes.xml
==============================================================================
--- trunk/mail/searchtypes.xml (original)
+++ trunk/mail/searchtypes.xml Mon Aug 11 06:28:52 2008
@@ -462,6 +462,21 @@
</rule>
<rule grouping="any" source="demand">
+ <_title>Subject or Recipients contains</_title>
+ <partset>
+ <part name="subject">
+ <value name="subject-type" type="option" value="contains"/>
+ <value name="subject" type="string"/>
+ </part>
+ <part name="to">
+ <value name="recipient-type" type="option" value="contains"/>
+ <value name="recipient" type="address"/>
+ </part>
+ </partset>
+ <sources/>
+ </rule>
+
+ <rule grouping="any" source="demand">
<_title>Recipients contain</_title>
<partset>
<part name="to">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]