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:
Jean Raby
2012-06-20 20:35:28 +00:00
3 changed files with 8 additions and 3 deletions

View File

@@ -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];

View File

@@ -2,6 +2,6 @@
# This file is included by library makefiles to set the version information
# of the executable.
MAJOR_VERSION=1
MINOR_VERSION=3
SUBMINOR_VERSION=17
MAJOR_VERSION=2
MINOR_VERSION=0
SUBMINOR_VERSION=0