From 174df0c34591a06bef42c9a01b72361a8c8402af Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 13 Jul 2007 08:25:16 +0000 Subject: 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 --- libsylph/prefs_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libsylph/prefs_common.h') 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__ */ -- cgit v1.2.3