mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
(feat) Now able to sync only default mail folders when using EAS
Conflicts: NEWS SoObjects/SOGo/SOGoUserDefaults.h SoObjects/SOGo/SOGoUserDefaults.m
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SOGoUserDefaults.h - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2011-2015 Inverse inc.
|
||||
* Copyright (C) 2011-2016 Inverse inc.
|
||||
*
|
||||
* This file is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -93,6 +93,9 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
- (void) setMailShowSubscribedFoldersOnly: (BOOL) newValue;
|
||||
- (BOOL) mailShowSubscribedFoldersOnly;
|
||||
|
||||
- (void) setSynchronizeOnlyDefaultMailFolders: (BOOL) newValue;
|
||||
- (BOOL) synchronizeOnlyDefaultMailFolders;
|
||||
|
||||
- (void) setMailSortByThreads: (BOOL) newValue;
|
||||
- (BOOL) mailSortByThreads;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user