Top | ![]() |
![]() |
![]() |
![]() |
gboolean | camel_nntp_settings_get_filter_all () |
void | camel_nntp_settings_set_filter_all () |
gboolean | camel_nntp_settings_get_filter_junk () |
void | camel_nntp_settings_set_filter_junk () |
gboolean | camel_nntp_settings_get_folder_hierarchy_relative () |
void | camel_nntp_settings_set_folder_hierarchy_relative () |
gboolean | camel_nntp_settings_get_short_folder_names () |
void | camel_nntp_settings_set_short_folder_names () |
gboolean | camel_nntp_settings_get_use_limit_latest () |
void | camel_nntp_settings_set_use_limit_latest () |
guint | camel_nntp_settings_get_limit_latest () |
void | camel_nntp_settings_set_limit_latest () |
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 CamelNNTPSettings |
|
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
gboolean
camel_nntp_settings_get_use_limit_latest
(CamelNNTPSettings *settings
);
Since: 3.26
void camel_nntp_settings_set_use_limit_latest (CamelNNTPSettings *settings
,gboolean use_limit_latest
);
Sets whether should limit download of the messages.
Since: 3.26
guint
camel_nntp_settings_get_limit_latest (CamelNNTPSettings *settings
);
Since: 3.26
void camel_nntp_settings_set_limit_latest (CamelNNTPSettings *settings
,guint limit_latest
);
Sets how many latest messages can be downloaded.
Since: 3.26