aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2013-02-21 14:03:15 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2013-02-21 14:03:15 +0000
commit06eef808b0ce5d7d7056240be6286aa79ac6a9ec (patch)
treef2ef90945c7595580ff4aeb33ee78320132c8ab4 /protocols/msn/msn.c
parent12f500f085fe715b62e13c9b67b23f952c100a21 (diff)
For the lazy among us: When adding a Jabber/MSN contact within the same
domain like you, you can omit the domain name.
Diffstat (limited to 'protocols/msn/msn.c')
-rw-r--r--protocols/msn/msn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c
index 845f9cf8..f842512b 100644
--- a/protocols/msn/msn.c
+++ b/protocols/msn/msn.c
@@ -43,7 +43,8 @@ static void msn_init( account_t *acc )
set_add( &acc->set, "mail_notifications", "false", set_eval_bool, acc );
set_add( &acc->set, "switchboard_keepalives", "false", set_eval_bool, acc );
- acc->flags |= ACC_FLAG_AWAY_MESSAGE | ACC_FLAG_STATUS_MESSAGE;
+ acc->flags |= ACC_FLAG_AWAY_MESSAGE | ACC_FLAG_STATUS_MESSAGE |
+ ACC_FLAG_HANDLE_DOMAINS;
}
static void msn_login( account_t *acc )