mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-24 18:56:24 +00:00
(feat) new sogo-tool truncate-calendar feature
This commit is contained in:
@@ -23,7 +23,8 @@ $(SOGO_TOOL)_OBJC_FILES += \
|
||||
SOGoToolRestore.m \
|
||||
SOGoToolCreateFolder.m \
|
||||
SOGoToolUserPreferences.m \
|
||||
SOGoToolManageEAS.m
|
||||
SOGoToolManageEAS.m \
|
||||
SOGoToolTruncateCalendar.m
|
||||
TOOL_NAME += $(SOGO_TOOL)
|
||||
|
||||
###
|
||||
|
||||
@@ -538,7 +538,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