comparison src/account.h @ 5979:49ae70ffcea5

[gaim-migrate @ 6426] The check mail option now actually works. It turns out I was quite stupid and cleared all settings almost immediately after setting that one. Doh. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 30 Jun 2003 04:45:52 +0000
parents 158196b2db19
children 8d10cdfe1bb1
comparison
equal deleted inserted replaced
5978:041b657227c4 5979:49ae70ffcea5
45 char *user_info; /**< User information. */ 45 char *user_info; /**< User information. */
46 46
47 char *buddy_icon; /**< The buddy icon. */ 47 char *buddy_icon; /**< The buddy icon. */
48 48
49 gboolean remember_pass; /**< Remember the password. */ 49 gboolean remember_pass; /**< Remember the password. */
50 gboolean check_mail; /**< Check for mail. */
51 50
52 char *protocol_id; /**< The ID of the protocol. */ 51 char *protocol_id; /**< The ID of the protocol. */
53 52
54 GaimConnection *gc; /**< The connection handle. */ 53 GaimConnection *gc; /**< The connection handle. */
55 54