aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-29 13:25:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-29 13:25:52 +0800
commit1ad1815c8f88e1f94c5016f600c3e247d0d461f7 (patch)
treed67a31cdfcc273c7114fcce7090704953df0a905 /filter
parentfc1c52175d824161b80938872b20b436e5b5a115 (diff)
downloadgsoc2013-evolution-1ad1815c8f88e1f94c5016f600c3e247d0d461f7.tar
gsoc2013-evolution-1ad1815c8f88e1f94c5016f600c3e247d0d461f7.tar.gz
gsoc2013-evolution-1ad1815c8f88e1f94c5016f600c3e247d0d461f7.tar.bz2
gsoc2013-evolution-1ad1815c8f88e1f94c5016f600c3e247d0d461f7.tar.lz
gsoc2013-evolution-1ad1815c8f88e1f94c5016f600c3e247d0d461f7.tar.xz
gsoc2013-evolution-1ad1815c8f88e1f94c5016f600c3e247d0d461f7.tar.zst
gsoc2013-evolution-1ad1815c8f88e1f94c5016f600c3e247d0d461f7.zip
Add xml to unset system flags.
2002-07-29 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Add xml to unset system flags. svn path=/trunk/; revision=17626
Diffstat (limited to 'filter')
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/filtertypes.xml23
-rw-r--r--filter/libfilter-i18n.h1
3 files changed, 28 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 96e205484a..e51b160da9 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-29 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filtertypes.xml: Add xml to unset system flags.
+
2002-07-26 Jeffrey Stedfast <fejj@ximian.com>
* filter-int.c (xml_decode): Use fs->type in xmlGetProp since we
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 67b7f9a6d3..53e3345327 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -673,6 +673,29 @@
</option>
</input>
</part>
+ <part name="unset-status">
+ <title>Unset Status</title>
+ <code>
+ (unset-system-flag ${flag})
+ </code>
+ <input type="optionlist" name="flag">
+ <option value="Answered">
+ <title>Replied to</title>
+ </option>
+ <option value="Deleted">
+ <title>Deleted</title>
+ </option>
+ <option value="Draft">
+ <title>Draft</title>
+ </option>
+ <option value="Flagged">
+ <title>Important</title>
+ </option>
+ <option value="Seen">
+ <title>Read</title>
+ </option>
+ </input>
+ </part>
<part name="beep">
<title>Beep</title>
<code>(beep)</code>
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h
index 4f5d253af5..d965e03184 100644
--- a/filter/libfilter-i18n.h
+++ b/filter/libfilter-i18n.h
@@ -58,3 +58,4 @@ char *s = N_("starts with");
char *s = N_("Status");
char *s = N_("Stop Processing");
char *s = N_("Subject");
+char *s = N_("Unset Status");