mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
fix(eas) ensure Templates and Junk folder exits (fixes #5626)
This commit is contained in:
@@ -877,6 +877,8 @@ void handle_eas_terminate(int signum)
|
||||
[self _ensureFolder: (SOGoMailFolder *)[accountFolder draftsFolderInContext: context]];
|
||||
[self _ensureFolder: [accountFolder sentFolderInContext: context]];
|
||||
[self _ensureFolder: (SOGoMailFolder *)[accountFolder trashFolderInContext: context]];
|
||||
[self _ensureFolder: (SOGoMailFolder *)[accountFolder junkFolderInContext: context]];
|
||||
[self _ensureFolder: (SOGoMailFolder *)[accountFolder templatesFolderInContext: context]];
|
||||
}
|
||||
|
||||
allFoldersMetadata = [NSMutableArray array];
|
||||
|
||||
Reference in New Issue
Block a user