Searched refs:CO_WANTSBL (Results 1 – 8 of 8) sorted by relevance
/dports/net-im/climm/climm-0.7.1/src/ |
H A D | preferences.c | 79 OptSetVal (&pref->copts, CO_WANTSBL, 1); in PreferencesInit() 305 OptSetVal (&cont->copts, CO_WANTSBL, 0); in PrefLoad() 308 OptSetVal (&serv->copts, CO_WANTSBL, 1); in PrefLoad()
|
H A D | im_icq8.c | 458 if (ContactGroupPrefVal (cg, CO_WANTSBL)) in IMRosterAddup() 497 … if (ContactPrefVal (cont, CO_WANTSBL) && !ContactPrefVal (cont, CO_IGNORE) && cnt_normal < 25) in IMRosterAddup() 552 …(!cont || !cont->group || (!ContactPrefVal (cont, CO_IGNORE) && ContactPrefVal (cont, CO_WANTSBL))) in IMRosterDiff() 569 else if (!ContactPrefVal (cont, CO_HIDEFROM) && ContactPrefVal (cont, CO_WANTSBL)) in IMRosterDiff() 586 else if (!ContactPrefVal (cont, CO_INTIMATE) && ContactPrefVal (cont, CO_WANTSBL)) in IMRosterDiff() 605 if (!ContactPrefVal (cont, CO_WANTSBL)) in IMRosterDiff() 650 …if (ContactPrefVal (cont, CO_WANTSBL) && (!ContactID (cont, roster_normal)->issbl || !ContactPrefV… in IMRosterDiff()
|
H A D | oscar_roster.c | 553 want = ContactPrefVal (cont, CO_WANTSBL); in SnacCliRostermovecontact() 604 if (ContactPrefVal (cont, CO_WANTSBL)) in SnacCliRosterbulkmove()
|
H A D | util_opts.c | 60 { "wantsbl", CO_WANTSBL },
|
H A D | cmd_user.c | 1750 UBYTE l = 16 * ContactPrefVal (cont, CO_WANTSBL) in __showcontact() 3077 if (uiG.conn->type == TYPE_SERVER && ContactPrefVal (cont, CO_WANTSBL)) in JUMP_F() 3140 if (uiG.conn->type == TYPE_SERVER && ContactPrefVal (cont, CO_WANTSBL)) in JUMP_F() 3159 else if (rc == 2 && uiG.conn->type == TYPE_SERVER && ContactPrefVal (cont, CO_WANTSBL)) in JUMP_F() 3304 … else if (rc == 2 && uiG.conn->type == TYPE_SERVER && ContactPrefVal (cont, CO_WANTSBL)) in JUMP_F()
|
H A D | file_util.c | 318 OptSetVal (&prG->copts, CO_WANTSBL, 1); in Initialize_RC_File()
|
/dports/net-im/climm/climm-0.7.1/include/ |
H A D | util_opts.h | 72 #define CO_WANTSBL (COF_BOOL | CO_CONTACT | 0x000402UL) /* want it to be on sbl */ macro
|
/dports/net-im/climm/climm-0.7.1/ |
H A D | ChangeLog | 566 * also set CO_WANTSBL for all contact groups for auto-update
|