comparison src/prpl.c @ 2403:8555e48c02df

[gaim-migrate @ 2416] details committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 01 Oct 2001 14:54:37 +0000
parents 86c9b44a35ae
children 5473c8c5378d
comparison
equal deleted inserted replaced
2402:6e3dc0b3b9b1 2403:8555e48c02df
375 return; 375 return;
376 376
377 if (!(mn = find_mail_notify(gc))) { 377 if (!(mn = find_mail_notify(gc))) {
378 mn = g_new0(struct mail_notify, 1); 378 mn = g_new0(struct mail_notify, 1);
379 mn->gc = gc; 379 mn->gc = gc;
380 mailnots = g_slist_append(mailnots, mn);
380 } 381 }
381 382
382 if (count < 0 && from && subject) { 383 if (count < 0 && from && subject) {
383 g_snprintf(buf, sizeof buf, "%s has mail from %s: %s", gc->username, from, subject); 384 g_snprintf(buf, sizeof buf, "%s has mail from %s: %s", gc->username, from, subject);
384 if (!mn->email_win) { 385 if (!mn->email_win) {