aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-09 05:47:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-09 05:47:58 +0000
commite2571d34b0d0e29406dad2303bae0dafb6b2252a (patch)
tree78259a9f42c25384d369126819748285e95ea800 /src/main.c
parenta305abdfe054c5ef5e472d2d99723b4032308b1d (diff)
enabled multiple file selection when attaching files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@156 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 1b0ee73f..12f057a1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -739,6 +739,9 @@ static void migrate_old_config(void)
if (is_file_exist(OLD_RC_DIR G_DIR_SEPARATOR_S FOLDER_LIST))
copy_file(OLD_RC_DIR G_DIR_SEPARATOR_S FOLDER_LIST,
RC_DIR G_DIR_SEPARATOR_S FOLDER_LIST, FALSE);
+ if (is_file_exist(OLD_RC_DIR G_DIR_SEPARATOR_S "mime.types"))
+ copy_file(OLD_RC_DIR G_DIR_SEPARATOR_S "mime.types",
+ RC_DIR G_DIR_SEPARATOR_S "mime.types", FALSE);
if (is_dir_exist(OLD_RC_DIR G_DIR_SEPARATOR_S TEMPLATE_DIR))
conv_copy_dir(OLD_RC_DIR G_DIR_SEPARATOR_S TEMPLATE_DIR,