Top | ![]() |
![]() |
![]() |
![]() |
|
camel_nntp_settings_get_filter_all () |
|
camel_nntp_settings_set_filter_all () |
|
camel_nntp_settings_get_filter_junk () |
|
camel_nntp_settings_set_filter_junk () |
|
camel_nntp_settings_get_folder_hierarchy_relative () |
|
camel_nntp_settings_set_folder_hierarchy_relative () |
|
camel_nntp_settings_get_short_folder_names () |
|
camel_nntp_settings_set_short_folder_names () |
gboolean camel_nntp_settings_get_filter_all ();
CamelNNTPSettings *settings
Returns whether apply filters in all folders.
Since: 3.4
void camel_nntp_settings_set_filter_all (,
CamelNNTPSettings *settings);
gboolean filter_all
Sets whether to apply filters in all folders.
Since: 3.4
gboolean camel_nntp_settings_get_filter_junk ();
CamelNNTPSettings *settings
Returns whether to check new messages for junk.
Since: 3.24
void camel_nntp_settings_set_filter_junk (,
CamelNNTPSettings *settings);
gboolean filter_junk
Sets whether to check new messages for junk.
Since: 3.24
gboolean camel_nntp_settings_get_folder_hierarchy_relative ();
CamelNNTPSettings *settings
Returns whether to show relative folder names when allowing users to subscribe to folders. Since newsgroup folder names reveal the absolute path to the folder (e.g. comp.os.linux), displaying the full folder name in a complete hierarchical listing of the news server is redundant, but possibly harder to read.
Since: 3.2
void camel_nntp_settings_set_folder_hierarchy_relative (,
CamelNNTPSettings *settings);
gboolean folder_hierarchy_relative
Sets whether to show relative folder names when allowing users to subscribe to folders. Since newsgroup folder names reveal the absolute path to the folder (e.g. comp.os.linux), displaying the full folder name in a complete hierarchical listing of the news server is redundant, but possibly harder to read.
settings |
a |
|
folder_hierarchy_relative |
whether to show relative folder names |
Since: 3.2
gboolean camel_nntp_settings_get_short_folder_names ();
CamelNNTPSettings *settings
Returns whether to use shortened folder names (e.g. c.o.linux rather than comp.os.linux).
Since: 3.2
void camel_nntp_settings_set_short_folder_names (,
CamelNNTPSettings *settings);
gboolean short_folder_names
Sets whether to show shortened folder names (e.g. c.o.linux rather than comp.os.linux).
Since: 3.2