mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
(fix) support Squeeze + minor cleanups
This commit is contained in:
@@ -44,6 +44,10 @@ typedef void (*NSUserDefaultsInitFunction) ();
|
||||
|
||||
#define DIR_SEP "/"
|
||||
|
||||
#ifndef NSUIntegerMax
|
||||
#define NSUIntegerMax UINTPTR_MAX
|
||||
#endif
|
||||
|
||||
static void
|
||||
BootstrapNSUserDefaults ()
|
||||
{
|
||||
@@ -589,7 +593,7 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
//
|
||||
//
|
||||
//
|
||||
- (int) maximumMessageSubmissionCount
|
||||
- (NSUInteger) maximumMessageSubmissionCount
|
||||
{
|
||||
NSUInteger v;
|
||||
|
||||
@@ -601,7 +605,7 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
return v;
|
||||
}
|
||||
|
||||
- (int) maximumRecipientCount
|
||||
- (NSUInteger) maximumRecipientCount
|
||||
{
|
||||
NSUInteger v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user