aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-session.c')
-rw-r--r--mail/mail-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-session.c b/mail/mail-session.c
index 05375d992f..8bc1f89ef3 100644
--- a/mail/mail-session.c
+++ b/mail/mail-session.c
@@ -796,7 +796,7 @@ main_get_filter_driver (CamelSession *session, const char *type, CamelException
/* FIXME: we need a way to distinguish between filtering new
mail and re-filtering a folder because both use the
"incoming" filter type */
- notify = gconf_client_get_bool (gconf, "/apps/evolution/mail/notify/type", NULL);
+ notify = gconf_client_get_int (gconf, "/apps/evolution/mail/notify/type", NULL);
if (notify != MAIL_CONFIG_NOTIFY_NOT && !strcmp (type, "incoming")) {
char *filename;