diff src/gaim.h @ 3517:6b0cb60162f4

[gaim-migrate @ 3590] Rob McQueen added a mute feature to his nice little docklet. I added a queuing feature. Configure the docklet in the plugins dialog to queue unread messages, and when you receive a message the docklet will eat it up and show a little message pending icon. Click on it, and read your message. ICQ people will like it. I also made plugin_event use a va_list. I bet this breaks perl. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 16 Sep 2002 08:35:24 +0000
parents 4b204c262376
children 6587d97dc215
line wrap: on
line diff
--- a/src/gaim.h	Mon Sep 16 07:04:55 2002 +0000
+++ b/src/gaim.h	Mon Sep 16 08:35:24 2002 +0000
@@ -333,12 +333,14 @@
 #define OPT_AWAY_NO_AUTO_RESP		0x00000010
 #define OPT_AWAY_QUEUE			0x00000020
 #define OPT_AWAY_IDLE_RESP		0x00000040
+#define OPT_AWAY_QUEUE_UNREAD           0x00000060
 
 extern guint away_resend;
 extern int report_idle;
 extern int web_browser;
 extern GSList *aim_users;
 extern GSList *message_queue;
+extern GSList *unread_message_queue;
 extern GSList *away_time_queue;
 extern char sound_cmd[2048];
 extern char web_command[2048];
@@ -351,6 +353,7 @@
 extern void do_pounce(struct gaim_connection *, char *, int);
 void create_prpl_icon(GtkWidget *widget, struct gaim_connection *gc,
 					  GdkPixmap **pixmap, GdkBitmap **mask);
+void docklet_toggle();
 
 /* Functions in buddy_chat.c */
 extern void show_new_buddy_chat(struct conversation *);