src/core.h

changeset 5525
56f0d80d860a
parent 5483
444117e7acd3
child 5545
a8b1a1262402
--- a/src/core.h	Mon May 26 02:58:45 2003 +0000
+++ b/src/core.h	Mon May 26 03:43:02 2003 +0000
@@ -87,6 +87,10 @@
 	int permdeny;
 };
 
+/* XXX Temporary, until we have better account-specific prefs. */
+#define GAIM_ACCOUNT_CHECK_MAIL(account) \
+	((account)->options & OPT_ACCT_MAIL_CHECK)
+
 struct UI {
 	GIOChannel *channel;
 	guint inpa;

mercurial