(feat) new sogo-tool truncate-calendar feature

This commit is contained in:
Ludovic Marcotte
2016-06-27 14:18:53 -04:00
parent 99ca9d7046
commit f41e30af3a
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ $(SOGO_TOOL)_OBJC_FILES += \
SOGoToolRestore.m \
SOGoToolCreateFolder.m \
SOGoToolUserPreferences.m \
SOGoToolManageEAS.m
SOGoToolManageEAS.m \
SOGoToolTruncateCalendar.m
TOOL_NAME += $(SOGO_TOOL)
###
+1 -1
View File
@@ -547,7 +547,7 @@
fom = [GCSFolderManager defaultFolderManager];
if (fom)
rc = [self processFolder: folder ofUser: username
withFoM: fom];
withFoM: fom];
else
rc = NO;