Clean out the cruft in the Accounts section before writing the current
2001-02-12 Jeffrey Stedfast <fejj@ximian.com> * 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
This commit is contained in:
committed by
Jeffrey Stedfast
parent
a10d530a35
commit
5aab334614
@ -1,5 +1,9 @@
|
||||
2001-02-12 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-config.c (mail_config_write): Clean out the cruft in the
|
||||
Accounts section before writing the current accounts out to the
|
||||
config file.
|
||||
|
||||
* mail-account-editor.c (construct): Strip the leading "/" from
|
||||
the Namespace/Path entry if the provider doesn't require absolute
|
||||
pathnames.
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user