Changeset bb5ce568 for protocols/msn
- Timestamp:
- 2012-06-07T22:41:17Z (13 years ago)
- Branches:
- master
- Children:
- e222c36
- Parents:
- aa88e50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
raa88e50 rbb5ce568 39 39 40 40 s = set_add( &acc->set, "display_name", NULL, set_eval_display_name, acc ); 41 s->flags |= ACC_SET_NOSAVE | ACC_SET_ONLINE_ONLY;41 s->flags |= SET_NOSAVE | ACC_SET_ONLINE_ONLY; 42 42 43 43 set_add( &acc->set, "mail_notifications", "false", set_eval_bool, acc );
Note: See TracChangeset
for help on using the changeset viewer.