[evolution] Bug 227536 - Add "Message Location" filter option



commit 402d1f16bed907ee4749e5e6831c1961b395f6a3
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jun 5 19:20:29 2014 +0200

    Bug 227536 - Add "Message Location" filter option

 mail/filtertypes.xml.in |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/mail/filtertypes.xml.in b/mail/filtertypes.xml.in
index 930db57..25be780 100644
--- a/mail/filtertypes.xml.in
+++ b/mail/filtertypes.xml.in
@@ -909,6 +909,24 @@
    </option>
   </input>
  </part>
+ <part name="location">
+  <_title>Message Location</_title>
+  <input type="optionlist" name="msglocation-type">
+   <option value="is">
+    <_title>is</_title>
+    <code>
+      (match-all (message-location ${folder}))
+    </code>
+   </option>
+   <option value="is-not">
+    <_title>is not</_title>
+    <code>
+      (match-all (not (message-location ${folder})))
+    </code>
+   </option>
+  </input>
+  <input type="folder" name="folder"/>
+ </part>
 
     <part name="all">
       <_title>Match All</_title>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]