diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-13 13:01:40 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-13 13:01:40 +0000 |
commit | ed0589ce0af33a8e199b6bc75f55e45904c85d1c (patch) | |
tree | ab1715fca6a3e01bcf0795fbcb3351d09adb03a5 /protocols/msn/msn.h | |
parent | 70d779590840164e3bda1c183ade00872d9786c2 (diff) |
Fixed issue with logging in to unverified MSN accounts.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 829bbd4c..39a44c30 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -81,6 +81,7 @@ typedef enum MSN_GOT_PROFILE_DN = 2, MSN_DONE_ADL = 4, MSN_REAUTHING = 8, + MSN_EMAIL_UNVERIFIED = 16, } msn_flags_t; struct msn_handler_data |