LocalSettings
Object Hierarchy:
Description:
[
CCode ( type_id =
"camel_local_settings_get_type ()" ) ]
[
Version ( since =
"3.4" ) ]
public class LocalSettings :
StoreSettings
Contains only private data that should be read and manipulated using the functions below.
Content:
Properties:
- public bool filter_all { get; set construct; }
Whether to apply filters in all folders
- public bool filter_junk { get; set construct; }
Whether to check new messages for junk
- public bool maildir_alt_flag_sep { get; set construct; }
Whether to use alternative flag separator in Maildir file name
- public string path { get; set construct; }
File path to the local store
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Camel.StoreSettings
All known members inherited from class Camel.Settings
All known members inherited from class GLib.Object