See ChangeLog

Monotone-Parent: 9054022ef1ca8aeba6e34842d27d9b94ce002b89
Monotone-Revision: 2dfe7d952d3eb6482453947b46e4b9f58ba0bf9c

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2006-06-16T17:47:25
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2006-06-16 17:47:25 +00:00
parent f18c764ffa
commit ad6c1a6741
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-06-15 ludovic@inverse.ca
* It's now possible to set the default
domain using for email using the
SOGoDefaultMailDomain preference key.
2006-06-15 ludovic@inverse.ca
* Initial import of SOGo from trunk.

View File

@ -108,6 +108,11 @@ static unsigned PoolScanInterval = 5 * 60 /* every five minutes */;
NSLog(@"ERROR: could not parse AgenorProfileURL: '%@'", tmp);
else
NSLog(@"Note: using profile at: %@", [AgenorProfileURL absoluteString]);
if ((tmp = [ud stringForKey: @"SOGoDefaultMailDomain"]))
{
defaultMailDomain = [tmp copy];
}
PoolScanInterval = [[ud objectForKey:@"AgenorCacheCheckInterval"] intValue];
if (PoolScanInterval == 0)