aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-22 08:44:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-22 08:44:10 +0000
commitc77c6ae995dedbe433fa36f1e4fc75ece4537039 (patch)
treee2cd5933e9824e946a1e41ac3729dde5a51a9e9b /libsylph/prefs_common.h
parentd2327d919562327399c0799b36e71178defe9e93 (diff)
Automatically select appropriate Junk folder on filtering.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2767 ee746299-78ed-0310-b773-934348b2243d
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);