diff src/prpl.h @ 5538:f7dc3f656f03

[gaim-migrate @ 5938] No more connection_has_mail()! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 27 May 2003 08:09:10 +0000
parents cce2d7868c78
children 9eb5b13fd412
line wrap: on
line diff
--- a/src/prpl.h	Tue May 27 03:38:52 2003 +0000
+++ b/src/prpl.h	Tue May 27 08:09:10 2003 +0000
@@ -346,23 +346,6 @@
 					const char *who, const char *alias, const char *msg);
 
 /**
- * Called to notify the user that the account has new mail.
- *
- * If @a count is less than 0, the dialog will display the the sender
- * and the subject, if available. If @a count is greater than 0, it will
- * display how many messages the user has.
- *
- * @param gc      The gaim connection.
- * @param count   The number of new e-mails.
- * @param from    The sender, or @c NULL.
- * @param subject The subject, or @c NULL.
- * @param url     The URL to go to to read the new mail.
- */
-void connection_has_mail(struct gaim_connection *gc, int count,
-						 const char *from, const char *subject,
-						 const char *url);
-
-/**
  * Retrieves and sets the new buddy icon for a user.
  *
  * @param gc   The gaim connection.