aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index aac6c48d..ca0eb9d8 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -300,6 +300,8 @@ struct _PrefsCommon
/* Filtering */
GSList *fltlist;
+
+ /* deprecated: do not use */
GSList *junk_fltlist;
GSList *manual_junk_fltlist;
@@ -333,7 +335,9 @@ PrefParam *prefs_common_get_params (void);
void prefs_common_read_config (void);
void prefs_common_write_config (void);
+/* deprecated */
void prefs_common_junk_filter_list_set (void);
+
void prefs_common_junk_folder_rename_path (const gchar *old_path,
const gchar *new_path);