diff 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
line wrap: on
line diff
--- a/src/prpl.c	Mon Oct 01 07:50:07 2001 +0000
+++ b/src/prpl.c	Mon Oct 01 14:54:37 2001 +0000
@@ -377,6 +377,7 @@
 	if (!(mn = find_mail_notify(gc))) {
 		mn = g_new0(struct mail_notify, 1);
 		mn->gc = gc;
+		mailnots = g_slist_append(mailnots, mn);
 	}
 
 	if (count < 0 && from && subject) {