mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 2ae8453d8d2f2b996894905329aa2f2665038ed7
Monotone-Revision: 8ac94a78bb2ff47a9c8c93921883f5d1ed948bae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-06-16T18:47:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-06-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreSOGo.m (mapistore_init_backend): accept
|
||||
double registration seamlessly.
|
||||
|
||||
* SoObjects/Mailer/SOGoMailObject.m (-displayName): make use of
|
||||
the decoded subject.
|
||||
|
||||
|
||||
@@ -1210,12 +1210,10 @@ int mapistore_init_backend(void)
|
||||
{
|
||||
struct mapistore_backend backend;
|
||||
int ret;
|
||||
static BOOL registered = NO;
|
||||
static BOOL registered = NO;
|
||||
|
||||
if (registered)
|
||||
{
|
||||
ret = MAPISTORE_ERROR;
|
||||
}
|
||||
ret = MAPISTORE_SUCCESS;
|
||||
else
|
||||
{
|
||||
registered = YES;
|
||||
|
||||
Reference in New Issue
Block a user