aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-13 08:13:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-13 08:13:27 +0800
commit5aab334614859ec22233f8f2a6cebb7d9db8eac5 (patch)
tree82f18636ddbac368784f8221a54297aa6ec84b76 /mail
parenta10d530a3593b7fe9774b3c3f336e0d00e4e843d (diff)
downloadgsoc2013-evolution-5aab334614859ec22233f8f2a6cebb7d9db8eac5.tar.gz
gsoc2013-evolution-5aab334614859ec22233f8f2a6cebb7d9db8eac5.tar.zst
gsoc2013-evolution-5aab334614859ec22233f8f2a6cebb7d9db8eac5.zip
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
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-config.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 07bfc4b533..2f76369e7d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -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.
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);
sertions'>+2 * Update to 1.4.1.knu2001-12-033-6/+6 * Update to 1.3.12.knu2001-12-012-2/+2 * Update to 1.3.11.knu2001-09-082-34/+13 * Update to 1.3.10.knu2001-08-122-5/+3 * Clean up.knu2001-06-112-18/+6 * Update to 1.3.9.knu2001-04-072-3/+5 * Update MASTER_SITES, WWW and the author's email.knu2001-03-202-3/+3 * Update to 1.3.8.knu2001-03-183-5/+6 * Update to 1.3.7.knu2001-03-153-6/+10 * Add %%PORTDOCS%%.knu2001-02-101-23/+23 * Add ruby-strscan to RUN_DEPENDS. Seems y2racc requires it.knu2001-01-271-2/+4 * Update to 1.3.6.knu2001-01-262-2/+2 * Update to 1.3.5.knu2001-01-192-2/+2 * Update to 1.3.3. Fix the breakage of ruby-racc-runtime.knu2000-12-252-3/+5 * Update to 1.3.2.knu2000-12-222-7/+5 * Update to 1.3.0.knu2000-12-153-3/+4 * Update to 1.2.6.knu2000-12-042-2/+2 * Update to 1.2.5.knu2000-11-213-2/+3 * Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1 * Update to 1.2.4.knu2000-09-192-2/+2 * Update md5.knu2000-09-101-1/+1 * Update fundamental ruby ports first with bsd.ruby.mk.knu2000-09-072-67/+59 * To separate runtime libraries from this port, add a "RUNTIME" knob forknu2000-08-222-15/+21 * Update to 1.2.3.knu2000-08-173-5/+8 * Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1 * Do The Right Thing. (R)knu2000-08-132-7/+8 * Update to 1.2.2.knu2000-08-123-9/+18 * Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileknu2000-08-092-1/+2 * Depend on ruby-amstd and get rid of the amstd installation of this port.knu2000-08-082-26/+20 * Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*knu2000-08-072-6/+6