aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-13 01:43:54 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-13 01:43:54 +0800
commitb0dabea18bc7102021d4df05da97540da9eb3c16 (patch)
tree7cabe78f1fad0ee82b782d470ac96575504a2ded
parentcfac9223a01a038087b44bf6eb51bf0a3f56654a (diff)
downloadgsoc2013-evolution-b0dabea18bc7102021d4df05da97540da9eb3c16.tar
gsoc2013-evolution-b0dabea18bc7102021d4df05da97540da9eb3c16.tar.gz
gsoc2013-evolution-b0dabea18bc7102021d4df05da97540da9eb3c16.tar.bz2
gsoc2013-evolution-b0dabea18bc7102021d4df05da97540da9eb3c16.tar.lz
gsoc2013-evolution-b0dabea18bc7102021d4df05da97540da9eb3c16.tar.xz
gsoc2013-evolution-b0dabea18bc7102021d4df05da97540da9eb3c16.tar.zst
gsoc2013-evolution-b0dabea18bc7102021d4df05da97540da9eb3c16.zip
Users should not be able to filter on "Status is Deleted" since we don't
2001-07-12 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Users should not be able to filter on "Status is Deleted" since we don't allow that in the filter driver code. svn path=/trunk/; revision=11049
-rw-r--r--filter/ChangeLog5
-rw-r--r--filter/filtertypes.xml3
-rw-r--r--filter/libfilter-i18n.h36
3 files changed, 23 insertions, 21 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index a212eacce9..3d19013b55 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filtertypes.xml: Users should not be able to filter on "Status
+ is Deleted" since we don't allow that in the filter driver code.
+
2001-07-11 Jason Leach <jleach@ximian.com>
* vfoldertypes.xml: Copied the "Attachments" rule part over from
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index faab9345fc..00c053bd46 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -454,9 +454,6 @@
<option value="Answered">
<title>Replied to</title>
</option>
- <option value="Deleted">
- <title>Deleted</title>
- </option>
<option value="Draft">
<title>Draft</title>
</option>
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h
index 74d53fefe9..0c05212bc4 100644
--- a/filter/libfilter-i18n.h
+++ b/filter/libfilter-i18n.h
@@ -1,24 +1,40 @@
/* Automatically generated. Do not edit. */
+char *s = N_("after");
char *s = N_("Assign Color");
char *s = N_("Assign Score");
char *s = N_("Attachments");
+char *s = N_("before");
+char *s = N_("contains");
char *s = N_("Copy to Folder");
char *s = N_("Date received");
char *s = N_("Date sent");
char *s = N_("Delete");
char *s = N_("Deleted");
+char *s = N_("does not contain");
+char *s = N_("does not end with");
+char *s = N_("does not exist");
+char *s = N_("does not sound like");
+char *s = N_("does not start with");
char *s = N_("Do Not Exist");
char *s = N_("Draft");
+char *s = N_("ends with");
char *s = N_("Exist");
+char *s = N_("exists");
char *s = N_("Expression");
char *s = N_("Forward to Address");
char *s = N_("Important");
+char *s = N_("is");
+char *s = N_("is greater than");
+char *s = N_("is less than");
+char *s = N_("is not");
char *s = N_("Mailing list");
char *s = N_("Message Body");
char *s = N_("Message Header");
char *s = N_("Message was received");
char *s = N_("Message was sent");
char *s = N_("Move to Folder");
+char *s = N_("on or after");
+char *s = N_("on or before");
char *s = N_("Read");
char *s = N_("Recipients");
char *s = N_("Regex Match");
@@ -27,28 +43,12 @@ char *s = N_("Score");
char *s = N_("Sender");
char *s = N_("Set Status");
char *s = N_("Size (kB)");
+char *s = N_("sounds like");
char *s = N_("Source Account");
char *s = N_("Specific header");
+char *s = N_("starts with");
char *s = N_("Status");
char *s = N_("Stop Processing");
char *s = N_("Subject");
-char *s = N_("after");
-char *s = N_("before");
-char *s = N_("contains");
-char *s = N_("does not contain");
-char *s = N_("does not end with");
-char *s = N_("does not exist");
-char *s = N_("does not sound like");
-char *s = N_("does not start with");
-char *s = N_("ends with");
-char *s = N_("exists");
-char *s = N_("is greater than");
-char *s = N_("is less than");
-char *s = N_("is not");
-char *s = N_("is");
-char *s = N_("on or after");
-char *s = N_("on or before");
-char *s = N_("sounds like");
-char *s = N_("starts with");
char *s = N_("was after");
char *s = N_("was before");