Top | ![]() |
![]() |
![]() |
![]() |
gboolean | filter-all | Read / Write / Construct |
gboolean | filter-junk | Read / Write / Construct |
char * | path | Read / Write / Construct |
GObject ╰── CamelSettings ╰── CamelStoreSettings ╰── CamelLocalSettings ├── CamelMhSettings ╰── CamelSpoolSettings
const gchar *
camel_local_settings_get_path (CamelLocalSettings *settings
);
Returns the file path to the root of the local mail store.
Since: 3.4
gchar *
camel_local_settings_dup_path (CamelLocalSettings *settings
);
Thread-safe variation of camel_local_settings_get_path()
.
Use this function when accessing settings
from multiple threads.
The returned string should be freed with g_free()
when no longer needed.
Since: 3.4
void camel_local_settings_set_path (CamelLocalSettings *settings
,const gchar *path
);
Sets the file path to the root of the local mail store. Any trailing directory separator characters will be stripped off of the “path” property.
Since: 3.4
gboolean
camel_local_settings_get_filter_all (CamelLocalSettings *settings
);
Returns whether apply filters in all folders.
Since: 3.24
void camel_local_settings_set_filter_all (CamelLocalSettings *settings
,gboolean filter_all
);
Sets whether to apply filters in all folders.
Since: 3.24
gboolean
camel_local_settings_get_filter_junk (CamelLocalSettings *settings
);
Returns whether to check new messages for junk.
Since: 3.24
void camel_local_settings_set_filter_junk (CamelLocalSettings *settings
,gboolean filter_junk
);
Sets whether to check new messages for junk.
Since: 3.24
struct CamelLocalSettings;
Contains only private data that should be read and manipulated using the functions below.
Since: 3.4
“filter-all”
property“filter-all” gboolean
Whether to apply filters in all folders.
Owner: CamelLocalSettings
Flags: Read / Write / Construct
Default value: FALSE
“filter-junk”
property“filter-junk” gboolean
Whether to check new messages for junk.
Owner: CamelLocalSettings
Flags: Read / Write / Construct
Default value: TRUE