mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 14:13:19 +00:00
See ChangeLog
Monotone-Parent: 82564e2898976a6c09a85817e4b2954a5c58b7a9 Monotone-Revision: 387161e51d5f56bffe765c8e46dec729db13794d Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-11-21T14:15:14
This commit is contained in:
@@ -157,7 +157,7 @@ static NSArray *folderListingFields = nil;
|
||||
[obj setIsNew: YES];
|
||||
}
|
||||
}
|
||||
if (!obj)
|
||||
if (!obj || ([obj isKindOfClass: [SOGoContactGCSList class]] && [[_ctx request] isMacOSXAddressBookApp]))
|
||||
obj = [NSException exceptionWithHTTPStatus:404 /* Not Found */];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user