StoreSettings
Object Hierarchy:
Description:
[
CCode ( type_id =
"camel_store_settings_get_type ()" ) ]
[
Version ( since =
"3.2" ) ]
public class StoreSettings :
Settings
Contains only private data that should be read and manipulated using the functions below.
Content:
Properties:
Creation methods:
Methods:
- public bool get_filter_inbox ()
Returns whether to automatically apply filters to newly arrived messages in
the store's Inbox folder (assuming it has an Inbox folder).
- public int get_store_changes_interval ()
Returns the interval, in seconds, for the changes in the folder being saved
automatically.
- public void set_filter_inbox (bool filter_inbox)
Sets whether to automatically apply filters to newly arrived messages in the
store's Inbox folder (assuming it has an Inbox folder).
- public void set_store_changes_interval (int interval)
Sets the interval, in seconds, for the changes in the folder being saved
automatically.
Inherited Members:
All known members inherited from class Camel.Settings
All known members inherited from class GLib.Object