aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/iq.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/jabber/iq.c')
-rw-r--r--protocols/jabber/iq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c
index 1a915e4a..327cc859 100644
--- a/protocols/jabber/iq.c
+++ b/protocols/jabber/iq.c
@@ -802,7 +802,7 @@ xt_status jabber_iq_parse_gmail(struct im_connection *ic, struct xt_node *node,
return XT_HANDLED;
}
- max = set_getint(&ic->acc->set, "gmail_notifications_limit");
+ max = set_getint(&ic->acc->set, "mail_notifications_limit");
c = c->children;
while ((max-- > 0) && (c = xt_find_node(c, "mail-thread-info"))) {