[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/wizards
From:       David Faure <faure () kde ! org>
Date:       2005-04-07 16:20:07
Message-ID: 20050407162007.1980A63E () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Set storage format to XML when choosing Kolab version == 2 in the wizard.


  M +7 -0      kolabkmailchanges.cpp   1.7


--- kdepim/wizards/kolabkmailchanges.cpp  #1.6:1.7
@@ -94,4 +94,11 @@ void createKMailChanges( KConfigPropagat
   c->file = "kmailrc";
   c->group = "IMAP Resource";
+  c->name = "TheIMAPResourceStorageFormat";
+  c->value = KolabConfig::self()->kolab1Legacy() ? "IcalVcard" : "XML";
+  changes.append( c );
+
+  c = new KConfigPropagator::ChangeConfig;
+  c->file = "kmailrc";
+  c->group = "IMAP Resource";
   c->name = "Folder Language";
   c->value = "0"; // TODO: Fix the language


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic