diff src/gaim.h @ 2153:0befa2d2e540

[gaim-migrate @ 2163] moving mail notifications to the core. this makes things much easier on the protocols. next steps: make buddy right-click menu stuff generated by the core (based on information provided by the protocols, similar to the away menu stuff); make entry-widget protocol-specific user options generated by the core based on what the protocols tell it (in a similar way). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 21:11:58 +0000
parents 18722ae5b882
children cff133e0ec0c
line wrap: on
line diff
--- a/src/gaim.h	Wed Aug 22 17:25:33 2001 +0000
+++ b/src/gaim.h	Wed Aug 22 21:11:58 2001 +0000
@@ -142,6 +142,9 @@
 	GtkWidget *passprmt;
 	GtkWidget *passentry;
 
+	/* stuff for mail check prompt */
+	GtkWidget *checkmail;
+
 	/* when you get kicked offline, only show one dialog */
 	GtkWidget *kick_dlg;
 };
@@ -561,6 +564,7 @@
 #define OPT_USR_AUTO		0x00000001
 /*#define OPT_USR_KEEPALV	0x00000002 this shouldn't be optional */
 #define OPT_USR_REM_PASS	0x00000004
+#define OPT_USR_MAIL_CHECK      0x00000008
 
 #define DEFAULT_INFO "Visit the GAIM website at <A HREF=\"http://gaim.sourceforge.net/\">http://gaim.sourceforge.net/</A>."