|  |  |  | Camel Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
struct CamelStoreSettings; gboolean camel_store_settings_get_filter_inbox (CamelStoreSettings *settings); void camel_store_settings_set_filter_inbox (CamelStoreSettings *settings,gboolean filter_inbox);
GObject +----CamelSettings +----CamelStoreSettings +----CamelOfflineSettings +----CamelLocalSettings +----CamelPOP3Settings
struct CamelStoreSettings;
Contains only private data that should be read and manipulated using the functions below.
Since 3.2
gboolean            camel_store_settings_get_filter_inbox
                                                        (CamelStoreSettings *settings);
Returns whether to automatically apply filters to newly arrived messages in the store's Inbox folder (assuming it has an Inbox folder).
| 
 | a CamelStoreSettings | 
| Returns : | whether to filter new messages in Inbox | 
Since 3.2
void camel_store_settings_set_filter_inbox (CamelStoreSettings *settings,gboolean filter_inbox);
Sets whether to automatically apply filters to newly arrived messages in the store's Inbox folder (assuming it has an Inbox folder).
| 
 | a CamelStoreSettings | 
| 
 | whether to filter new messages in Inbox | 
Since 3.2