Now sends desktop notification periodically to remind of unread messages

This commit is contained in:
James Booth
2012-09-23 20:52:47 +01:00
parent d888a378d3
commit 294ea2d1be
3 changed files with 55 additions and 13 deletions

View File

@@ -98,7 +98,7 @@ void win_contact_offline(const char * const from, const char * const show,
void win_disconnected(void);
void win_show(const char * const msg);
void win_bad_show(const char * const msg);
gint win_get_unread(void);
void win_remind(void);
// console window actions
void cons_help(void);