mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-03 22:26:24 +00:00
propagate from branch 'ca.inverse.sogo.1_3_17' (head 21464a96c4abb93d2143e8f30b059d2f01bab016)
to branch 'ca.inverse.sogo' (head fe40ce2ccc4fc2a690968594698949dc4b73f035) Monotone-Parent: 21464a96c4abb93d2143e8f30b059d2f01bab016 Monotone-Parent: fe40ce2ccc4fc2a690968594698949dc4b73f035 Monotone-Revision: dd23eda9d783ae26ebd0bff76f56685ce5181ef1 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-20T20:35:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Binary file not shown.
@@ -294,9 +294,11 @@ static inline NSURL *CompleteURLFromMapistoreURI (const char *uri)
|
||||
[MAPIStoreUserContext userContextWithUsername: username
|
||||
andTDBIndexing: indexingTdb]);
|
||||
|
||||
#if 0
|
||||
mapistore_mgmt_backend_register_user (newConnInfo,
|
||||
"SOGo",
|
||||
[username UTF8String]);
|
||||
#endif
|
||||
|
||||
connInfo = newConnInfo;
|
||||
username = [NSString stringWithUTF8String: newConnInfo->username];
|
||||
@@ -315,9 +317,12 @@ static inline NSURL *CompleteURLFromMapistoreURI (const char *uri)
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
#if 0
|
||||
mapistore_mgmt_backend_unregister_user ([self connectionInfo], "SOGo",
|
||||
[[userContext username]
|
||||
UTF8String]);
|
||||
#endif
|
||||
|
||||
[contextUrl release];
|
||||
[userContext release];
|
||||
[containersBag release];
|
||||
|
||||
Reference in New Issue
Block a user