diff -r 3cd45d53cf26 -r 1b1f72624316 libpurple/protocols/jabber/google.c --- a/libpurple/protocols/jabber/google.c Thu Jul 12 00:49:04 2007 +0000 +++ b/libpurple/protocols/jabber/google.c Thu Jul 12 00:50:30 2007 +0000 @@ -113,7 +113,7 @@ } if (i>0) - purple_notify_emails(js->gc, count, count == returned_count, (const char**) subjects, froms, tos, + purple_notify_emails(js->gc, count, count == i, (const char**) subjects, froms, tos, urls, NULL, NULL); g_free(to_name);