![]() |
![]() |
![]() |
Camel Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct CamelLocalSettings; constgchar * camel_local_settings_get_path (CamelLocalSettings *settings
);void camel_local_settings_set_path (CamelLocalSettings *settings
,const
);gchar *path
struct CamelLocalSettings { CamelStoreSettings parent; CamelLocalSettingsPrivate *priv; };
Contains only private data that should be read and manipulated using the functions below.
Since 3.4
constgchar * camel_local_settings_get_path (CamelLocalSettings *settings
);
Returns the file path to the root of the local mail store.
|
a CamelLocalSettings |
Returns : |
the file path to the local store |
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
|
a CamelLocalSettings |
|
the file path to the local store |
Since 3.4