| Top |
GObject
╰── CamelSettings
╰── CamelStoreSettings
╰── CamelOfflineSettings
├── CamelIMAPXSettings
╰── CamelNNTPSettings
gboolean
camel_offline_settings_get_stay_synchronized
(CamelOfflineSettings *settings);
Returns whether to synchronize the local cache with the remote server before switching to offline mode, so the store's content can still be read while offline.
Since 3.2
void camel_offline_settings_set_stay_synchronized (CamelOfflineSettings *settings,gboolean stay_synchronized);
Sets whether to synchronize the local cache with the remote server before switching to offline mode, so the store's content can still be read while offline.
Since 3.2