From 295bd43a38d1b785183ba1599e78fa6fbbcd8e02 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 18 Jan 2005 10:50:43 +0000 Subject: implemented the migration of configuration. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@14 ee746299-78ed-0310-b773-934348b2243d --- src/folder.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/folder.c') diff --git a/src/folder.c b/src/folder.c index 93e8b334..7e96c294 100644 --- a/src/folder.c +++ b/src/folder.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2003 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -339,14 +339,7 @@ gint folder_read_list(void) gchar *path; path = folder_get_list_path(); - if (!is_file_exist(path)) { - debug_print("reading older version of folderlist.xml ...\n"); - path = g_strconcat(get_old_rc_dir(), G_DIR_SEPARATOR_S, - FOLDER_LIST, NULL); - AUTORELEASE_STR(path, return -1); - if (!is_file_exist(path)) - return -1; - } + if (!is_file_exist(path)) return -1; node = xml_parse_file(path); if (!node) return -1; -- cgit v1.2.3