No, it's all stored in ~/evolution/config.xmldb it's in xml format, but the values are hex encoded because otherwise libxml breaks because it can't handle UTF-8 strings. Well, actually I think newer versions of libxml can handle UTF-8 strings but only if you set some charset value somewhere which we felt was wrong to do in bonobo-conf because it was meant to be a generic config database library and we didn't want to force all apps to save their config data in UTF-8.
Jeff On Thu, 2002-08-08 at 15:32, Eric Lambart wrote: > The account data isn't stored in there. Not in plaintext anyway. I > asked the same question before and got no reply. I think it's a secret > ;) > > On Thu, 2002-08-08 at 04:16, Paul Hands wrote: > > There should be a directory called "evolution" in your home > > directory. All settings are in there - mostly in a file called > > "config.xmldb". > > > > HTH, > > > > Paul > > On Thu, 2002-08-08 at 02:27, Steve wrote: > > Sorry for the ! abuse. > > > > I just had a nasty ext2 filesystem crash and a full restore of > > my > > evolution directory from yesterday's backup, has failed to > > restore my > > pop3 account information. It forces me to re-enter all that > > data from > > scratch. > > > > Where on my filesystem was that pop3 account data stored? What > > file > > should I restore and what part of evolution's anatomy must I > > brutally > > strangle in order to make it see and read that file so I don't > > have to > > re-enter this information again..? > > > > Thanks. > > > > > > -- Steve > -- > This message was created in a Microsoft-free computing environment. > > > _______________________________________________ > evolution maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution -- Jeffrey Stedfast Evolution Hacker - Ximian, Inc. [EMAIL PROTECTED] - www.ximian.com _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
