aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-13 08:25:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-13 08:25:16 +0000
commit174df0c34591a06bef42c9a01b72361a8c8402af (patch)
tree307af3c47a7e317544ab01b53496ca9e06e7ea0d /libsylph/prefs_common.h
parent45df4ba499e0c859f49a0bc10747bd3a24cfeddb (diff)
also update junk folder path when a folder is renamed.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1864 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 52812454..279d4a46 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -298,6 +298,8 @@ PrefParam *prefs_common_get_params (void);
void prefs_common_read_config (void);
void prefs_common_write_config (void);
-void prefs_common_junk_filter_list_set (void);
+void prefs_common_junk_filter_list_set (void);
+void prefs_common_junk_folder_rename_path (const gchar *old_path,
+ const gchar *new_path);
#endif /* __PREFS_COMMON_H__ */