Mercurial > pidgin
diff src/notify.h @ 12647:852df2d9d4f8
[gaim-migrate @ 14985]
SF Patch #1360831 from Sadrul
"The new mail notifications (the ones that show the
from/subject fields) are displayed in one dialog. So
things get less messy you are away and a lot of
mail-notifs come in."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 23 Dec 2005 21:10:24 +0000 |
| parents | ba47bcf7c6eb |
| children | d12bbe6da705 |
line wrap: on
line diff
--- a/src/notify.h Fri Dec 23 19:50:39 2005 +0000 +++ b/src/notify.h Fri Dec 23 21:10:24 2005 +0000 @@ -131,10 +131,12 @@ void *(*notify_message)(GaimNotifyMsgType type, const char *title, const char *primary, const char *secondary); - void *(*notify_email)(const char *subject, const char *from, + void *(*notify_email)(GaimConnection *gc, + const char *subject, const char *from, const char *to, const char *url); - void *(*notify_emails)(size_t count, gboolean detailed, + void *(*notify_emails)(GaimConnection *gc, + size_t count, gboolean detailed, const char **subjects, const char **froms, const char **tos, const char **urls);
