[24390] in Source-Commits
/svn/athena r23985 - in trunk/debathena/debathena/evolution-wrapper: . debian
daemon@ATHENA.MIT.EDU (Robert A Basch)
Tue Sep 1 15:59:09 2009
Date: Tue, 1 Sep 2009 15:58:56 -0400
From: Robert A Basch <rbasch@MIT.EDU>
Message-Id: <200909011958.n81Jwugi020865@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: rbasch
Date: 2009-09-01 15:58:56 -0400 (Tue, 01 Sep 2009)
New Revision: 23985
Modified:
trunk/debathena/debathena/evolution-wrapper/debian/changelog
trunk/debathena/debathena/evolution-wrapper/evolution.debathena
Log:
In debathena-evolution-wrapper:
* Always create a new folder state file after initializing the
account in gconf.
Modified: trunk/debathena/debathena/evolution-wrapper/debian/changelog
===================================================================
--- trunk/debathena/debathena/evolution-wrapper/debian/changelog 2009-08-30 09:24:35 UTC (rev 23984)
+++ trunk/debathena/debathena/evolution-wrapper/debian/changelog 2009-09-01 19:58:56 UTC (rev 23985)
@@ -1,3 +1,10 @@
+debathena-evolution-wrapper (10.0.9) unstable; urgency=low
+
+ * Always create a new folder state file after initializing the
+ account in gconf.
+
+ -- Robert Basch <rbasch@mit.edu> Tue, 01 Sep 2009 15:34:22 -0400
+
debathena-evolution-wrapper (10.0.8) unstable; urgency=low
* Handle a Hesiod POBOX setting for IMAP.EXCHANGE, and ensure that
Modified: trunk/debathena/debathena/evolution-wrapper/evolution.debathena
===================================================================
--- trunk/debathena/debathena/evolution-wrapper/evolution.debathena 2009-08-30 09:24:35 UTC (rev 23984)
+++ trunk/debathena/debathena/evolution-wrapper/evolution.debathena 2009-09-01 19:58:56 UTC (rev 23985)
@@ -166,9 +166,6 @@
sub create_initial_state_file() {
my $file = "$homedir/.evolution/mail/config/folder-tree-expand-state.xml";
- # Do not clobber an existing file.
- return if (-e $file);
-
mkpath(dirname($file), 0, 0700);
unless (open(OUT, ">$file")) {
warn "Cannot open $file: $!\n";