(fix) improved previous commit for attributes stripping and UID generation (fixes #3695 and #3696)

This commit is contained in:
Ludovic Marcotte
2016-05-27 10:53:16 -04:00
parent 604705960e
commit 875a4aca32
3 changed files with 54 additions and 20 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
/* SOGoUserSettings.h - this file is part of SOGo
*
* Copyright (C) 2009-2014 Inverse inc.
* Copyright (C) 2009-2016 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -33,6 +33,7 @@
- (NSArray *) subscribedCalendars;
- (NSArray *) subscribedAddressBooks;
- (NSString *) userSalt;
@end