evolution r35456 - trunk/mail
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35456 - trunk/mail
- Date: Wed, 30 Apr 2008 10:59:18 +0100 (BST)
Author: mcrha
Date: Wed Apr 30 09:59:18 2008
New Revision: 35456
URL: http://svn.gnome.org/viewvc/evolution?rev=35456&view=rev
Log:
2008-04-30 Milan Crha <mcrha redhat com>
** Fix for bug #530245
* searchtypes.xml: Let searches work with labels again.
Modified:
trunk/mail/ChangeLog
trunk/mail/searchtypes.xml
Modified: trunk/mail/searchtypes.xml
==============================================================================
--- trunk/mail/searchtypes.xml (original)
+++ trunk/mail/searchtypes.xml Wed Apr 30 09:59:18 2008
@@ -260,13 +260,13 @@
<option value="is">
<title>is</title>
<code>
- (match-all (= (user-tag "label") ${versus}))
+ (match-all (or (= (user-tag "label") ${versus}) (user-flag (+ "$Label" ${versus})) (user-flag ${versus})))
</code>
</option>
<option value="is-not">
<title>is not</title>
<code>
- (match-all (not (= (user-tag "label") ${versus})))
+ (match-all (not (or (= (user-tag "label") ${versus}) (user-flag (+ "$Label" ${versus})) (user-flag ${versus}))))
</code>
</option>
</input>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]