Ignore:
Timestamp:
2016-11-21T07:49:26Z (7 years ago)
Author:
dequis <dx@…>
Children:
7a9d968
Parents:
537d9b9 (diff), 5a8afc3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into parson

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.c

    r537d9b9 r3f44e43  
    7171        s->flags |= SET_NOSAVE | ACC_SET_OFFLINE_ONLY | ACC_SET_LOCKABLE;
    7272        set_setstr(&a->set, "username", user);
     73
     74        if (prpl == &protocol_missing) {
     75                s = set_add(&a->set, "server", NULL, set_eval_account, a);
     76                s->flags |= SET_NOSAVE | SET_HIDDEN | ACC_SET_OFFLINE_ONLY | ACC_SET_ONLINE_ONLY;
     77        }
    7378
    7479        /* Hardcode some more clever tag guesses. */
Note: See TracChangeset for help on using the changeset viewer.