mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 15:15:37 +00:00
(feat) new sogo-tool truncate-calendar feature
This commit is contained in:
+2
-1
@@ -24,7 +24,8 @@ $(SOGO_TOOL)_OBJC_FILES += \
|
||||
SOGoToolRestore.m \
|
||||
SOGoToolCreateFolder.m \
|
||||
SOGoToolUserPreferences.m \
|
||||
SOGoToolManageEAS.m
|
||||
SOGoToolManageEAS.m \
|
||||
SOGoToolTruncateCalendar.m
|
||||
TOOL_NAME += $(SOGO_TOOL)
|
||||
|
||||
###
|
||||
|
||||
@@ -547,7 +547,7 @@
|
||||
fom = [GCSFolderManager defaultFolderManager];
|
||||
if (fom)
|
||||
rc = [self processFolder: folder ofUser: username
|
||||
withFoM: fom];
|
||||
withFoM: fom];
|
||||
else
|
||||
rc = NO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user