CamelMhSettings

CamelMhSettings

Functions

Description

Functions

camel_mh_settings_get_use_dot_folders ()

gboolean
camel_mh_settings_get_use_dot_folders (CamelMhSettings *settings);

Returns whether settings should keep the .folders summary file used by the exmh (http://www.beedub.com/exmh/) mail client updated as it makes changes to the MH folders.

Parameters

settings

a CamelMhSettings

 

Returns

whether to use exmh's .folders file

Since: 3.2


camel_mh_settings_set_use_dot_folders ()

void
camel_mh_settings_set_use_dot_folders (CamelMhSettings *settings,
                                       gboolean use_dot_folders);

Sets whether settings should keep the .folders summary file used by the exmh (http://www.beedub.com/exmh/) mail client updated as it makes changes to the MH folders.

Parameters

settings

a CamelMhSettings

 

use_dot_folders

whether to use exmh's .folders file

 

Since: 3.2