aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-06-06 01:20:29 +0800
committerMilan Crha <mcrha@redhat.com>2014-06-06 01:20:29 +0800
commit402d1f16bed907ee4749e5e6831c1961b395f6a3 (patch)
tree9f60ecc69b47e761dd740ca610901b9e2241757e
parent6e9e7b067618a22795db3d9a97f60705b8046353 (diff)
downloadgsoc2013-evolution-402d1f16bed907ee4749e5e6831c1961b395f6a3.tar
gsoc2013-evolution-402d1f16bed907ee4749e5e6831c1961b395f6a3.tar.gz
gsoc2013-evolution-402d1f16bed907ee4749e5e6831c1961b395f6a3.tar.bz2
gsoc2013-evolution-402d1f16bed907ee4749e5e6831c1961b395f6a3.tar.lz
gsoc2013-evolution-402d1f16bed907ee4749e5e6831c1961b395f6a3.tar.xz
gsoc2013-evolution-402d1f16bed907ee4749e5e6831c1961b395f6a3.tar.zst
gsoc2013-evolution-402d1f16bed907ee4749e5e6831c1961b395f6a3.zip
Bug 227536 - Add "Message Location" filter option
-rw-r--r--mail/filtertypes.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/filtertypes.xml.in b/mail/filtertypes.xml.in
index 930db5768e..25be7808a8 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>