From 5aab334614859ec22233f8f2a6cebb7d9db8eac5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 13 Feb 2001 00:13:27 +0000 Subject: Clean out the cruft in the Accounts section before writing the current 2001-02-12 Jeffrey Stedfast * mail-config.c (mail_config_write): Clean out the cruft in the Accounts section before writing the current accounts out to the config file. svn path=/trunk/; revision=8196 --- mail/mail-config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-config.c') diff --git a/mail/mail-config.c b/mail/mail-config.c index be8b8a7b6c..bdf739bafe 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -387,6 +387,7 @@ mail_config_write (void) /* Accounts */ str = g_strdup_printf ("=%s/config/Mail=/Accounts/", evolution_dir); + gnome_config_clean_section (str); gnome_config_push_prefix (str); g_free (str); -- cgit v1.2.3