[evolution] Bug #384838 - Filter editor should default to "AND" instead of "OR"
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #384838 - Filter editor should default to "AND" instead of "OR"
- Date: Wed, 8 Feb 2012 12:49:19 +0000 (UTC)
commit 87eac1e1daf02e2fbaf52c455263cab5e30939af
Author: Milan Crha <mcrha redhat com>
Date: Wed Feb 8 13:48:52 2012 +0100
Bug #384838 - Filter editor should default to "AND" instead of "OR"
mail/mail-autofilter.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/mail-autofilter.c b/mail/mail-autofilter.c
index 08e3a3d..1a6a7c8 100644
--- a/mail/mail-autofilter.c
+++ b/mail/mail-autofilter.c
@@ -216,7 +216,7 @@ rule_from_address (EFilterRule *rule,
CamelInternetAddress *addr,
gint flags)
{
- rule->grouping = E_FILTER_GROUP_ANY;
+ rule->grouping = E_FILTER_GROUP_ALL;
if (flags & AUTO_FROM) {
const gchar *name, *address;
@@ -244,7 +244,7 @@ rule_from_message (EFilterRule *rule,
{
CamelInternetAddress *addr;
- rule->grouping = E_FILTER_GROUP_ANY;
+ rule->grouping = E_FILTER_GROUP_ALL;
if (flags & AUTO_SUBJECT) {
const gchar *subject = msg->subject ? msg->subject : "";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]