Mercurial > pidgin
changeset 5525:53c06031f86c
[gaim-migrate @ 5925]
Oopsie.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 26 May 2003 03:43:02 +0000 |
parents | 101384b068c1 |
children | 3cf1f969a31a |
files | src/core.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;