aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-20 10:48:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-20 10:48:53 +0000
commit213dad2c099e381de87461c1e753bc6a4b83ac36 (patch)
tree9c987b078eaea764ec3eb4d1f53bad53459a64d4 /src/main.c
parenta5fddd5b417a3aff4e4f1771a45763c280df0823 (diff)
also migrate templates.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@25 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 45112282..65a755a4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -722,6 +722,9 @@ static void migrate_old_config(void)
copy_file(OLD_RC_DIR G_DIR_SEPARATOR_S FOLDER_LIST,
RC_DIR G_DIR_SEPARATOR_S FOLDER_LIST, FALSE);
+ conv_copy_dir(OLD_RC_DIR G_DIR_SEPARATOR_S TEMPLATE_DIR,
+ RC_DIR G_DIR_SEPARATOR_S TEMPLATE_DIR,
+ conv_get_locale_charset_str());
copy_dir(OLD_RC_DIR G_DIR_SEPARATOR_S "uidl",
RC_DIR G_DIR_SEPARATOR_S "uidl");