From 56b48a7717f9137ecc94d9457e72b5ea4acd6b16 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 14 May 2012 16:23:59 +0200 Subject: Bug #669983 - Add "To" only search option (like for CC and BCC exists) --- mail/em-filter-i18n.h | 1 + mail/searchtypes.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ mail/vfoldertypes.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 135 insertions(+) diff --git a/mail/em-filter-i18n.h b/mail/em-filter-i18n.h index 5acf5efd15..8ce1da2fdb 100644 --- a/mail/em-filter-i18n.h +++ b/mail/em-filter-i18n.h @@ -74,5 +74,6 @@ gchar *s = N_("starts with"); gchar *s = N_("Status"); gchar *s = N_("Stop Processing"); gchar *s = N_("Subject"); +gchar *s = N_("To"); gchar *s = N_("Unset Color"); gchar *s = N_("Unset Status"); diff --git a/mail/searchtypes.xml b/mail/searchtypes.xml index 680fd7e8a9..0173066aa2 100644 --- a/mail/searchtypes.xml +++ b/mail/searchtypes.xml @@ -119,6 +119,73 @@ + + To + + + + + + + + + + + + + + + CC diff --git a/mail/vfoldertypes.xml b/mail/vfoldertypes.xml index 59dc96227c..5f8bbd19a4 100644 --- a/mail/vfoldertypes.xml +++ b/mail/vfoldertypes.xml @@ -115,6 +115,73 @@ + + To + + + + + + + + + + + + + + + CC -- cgit v1.2.3