(feat) new sogo-tool truncate-calendar feature

This commit is contained in:
Ludovic Marcotte
2016-06-27 14:18:53 -04:00
parent 4e61a9d3fe
commit 323f5d03bf
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ $(SOGO_TOOL)_OBJC_FILES += \
SOGoToolRestore.m \
SOGoToolCreateFolder.m \
SOGoToolUserPreferences.m \
SOGoToolManageEAS.m
SOGoToolManageEAS.m \
SOGoToolTruncateCalendar.m
TOOL_NAME += $(SOGO_TOOL)
###

View File

@@ -538,7 +538,7 @@
fom = [GCSFolderManager defaultFolderManager];
if (fom)
rc = [self processFolder: folder ofUser: username
withFoM: fom];
withFoM: fom];
else
rc = NO;