aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorRadek Doulik <rodo@src.gnome.org>2003-11-13 05:13:05 +0800
committerRadek Doulik <rodo@src.gnome.org>2003-11-13 05:13:05 +0800
commit8e1251fa17b522d0539a8fcfb7463ba8cef1b31a (patch)
tree9be2f3a8a184446361a8c72879947f7a6e7d8d75 /filter
parent8187001a14295b4b64cc3e973fb1ab1e551133f2 (diff)
downloadgsoc2013-evolution-8e1251fa17b522d0539a8fcfb7463ba8cef1b31a.tar.gz
gsoc2013-evolution-8e1251fa17b522d0539a8fcfb7463ba8cef1b31a.tar.zst
gsoc2013-evolution-8e1251fa17b522d0539a8fcfb7463ba8cef1b31a.zip
merged spam filtering branch
svn path=/trunk/; revision=23302
Diffstat (limited to 'filter')
-rw-r--r--filter/filtertypes.xml6
-rw-r--r--filter/libfilter-i18n.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 012ba62274..440cd6dddd 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -671,6 +671,9 @@
<option value="Seen">
<title>Read</title>
</option>
+ <option value="Spam">
+ <title>Spam</title>
+ </option>
</input>
</part>
<part name="unset-status">
@@ -694,6 +697,9 @@
<option value="Seen">
<title>Read</title>
</option>
+ <option value="Spam">
+ <title>Spam</title>
+ </option>
</input>
</part>
<part name="beep">
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h
index ea7ff03b0e..410ea7945f 100644
--- a/filter/libfilter-i18n.h
+++ b/filter/libfilter-i18n.h
@@ -32,6 +32,7 @@ char *s = N_("Set Status");
char *s = N_("Shell Command");
char *s = N_("Size (kB)");
char *s = N_("Source Account");
+char *s = N_("Spam");
char *s = N_("Specific header");
char *s = N_("Status");
char *s = N_("Stop Processing");