--- 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;