comparison src/core.h @ 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 00032269c317
children 7a64114641c3
comparison
equal deleted inserted replaced
5524:101384b068c1 5525:53c06031f86c
85 GSList *permit; 85 GSList *permit;
86 GSList *deny; 86 GSList *deny;
87 int permdeny; 87 int permdeny;
88 }; 88 };
89 89
90 /* XXX Temporary, until we have better account-specific prefs. */
91 #define GAIM_ACCOUNT_CHECK_MAIL(account) \
92 ((account)->options & OPT_ACCT_MAIL_CHECK)
93
90 struct UI { 94 struct UI {
91 GIOChannel *channel; 95 GIOChannel *channel;
92 guint inpa; 96 guint inpa;
93 }; 97 };
94 98