[Evolution-hackers] Error loading address book

2009-08-17 Thread Saint yeyo
hello,

I am very appreciate for your help, base on your help I made a
'addressbook.db' file from a vcard file, then I moved the addressbook.db
which generated by myself to already existenced directory
~/.evolution/addressbook/local/system/, but I got error message while I
opened evolution to watch the contact, said: 

Error loading address book.
This address book cannot be opened.  Please check that the path
/home/yeyo/.evolution/addressbook/local/system exists and that permissions
are set to access it.
Detailed error message: Other error 

I don't know what's the difference between evolution's addressbook.db and my
generate addressbook.db
how can I do that evolution load my generate addressbook.db file

by the way what does 'factory' and 'view' used to be?
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] go-evolution.org

2009-08-17 Thread Andre Klapper
Hi Nirav,

any news here?

http://www.go-evolution.org/index.php?title=Special:Recentchangesdays=7

andre

Am Donnerstag, den 23.07.2009, 19:20 -0600 schrieb Nirav Kumar:
 On Thu, 2009-07-23 at 14:48 -0400, Matthew Barnes wrote:
  On Thu, 2009-07-23 at 12:17 -0600, Nirav Kumar wrote:
   As such any takers for revamping wiki on a continuous basis?
  
  Define revamping.
 To revise(make changes) or reconstruct 
  
  
   Probably i can give a try for a resource for revamping Wiki and for
   installing captcha and updating drupple for go-evolution.org.
  
  Do you mean Drupal?  That would answer my earlier question.
 Yes
  live.gnome.org uses MoinMoin, go-evolution.org uses Drupal?
 Mostly Drupal gets used.I am catching up with IST on details.Will
 confirm.
  
  Matthew Barnes
  
-- 
 mailto:ak...@gmx.net | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Branching for Evolution 2.28 on Aug 11

2009-08-17 Thread Ross Burton
On Tue, 2009-08-04 at 15:32 +0530, Chenthill wrote:
   We have been waiting for a while to get the eds address-book dbus port
 merged into master for 2.28. Considering the stability issues we have at
 the moment with the branch (http://tinyurl.com/bgo-eds-dbus-hybrid ) and
 some work which needs to be done for evolution-exchange to work, we will
 be merging into master immediately after the branching for 2.28.

The dbus-hybrid branch has been merged into master now, this means that
EDS uses ORBit for the calendar and DBus for the addressbook.

There are a number of known bugs but if anyone finds any issues with the
addressbook, please file a bug!

My next goal is to get the calendar port ready for merging.  With any
luck this will be done this week.

Cheers,
Ross
-- 
Ross Burton mail: r...@burtonini.com
  jabber: r...@burtonini.com
   www: http://burtonini.com
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] PATCH: Storing and fetching bodystructure, the patch

2009-08-17 Thread Philip Van Hoof

Please take a look at the new and reworked patch for adding
bodystructure retrieval and storage support. 

http://bugzilla.gnome.org/show_bug.cgi?id=588557#c7

I reworked the patch to make it store using a separate table, as
requested in the comments by Srinivasa.


On Tue, 2009-07-14 at 12:57 +0200, Philip Van Hoof wrote:
 Hi there,
 
 I would like Evolution to store IMAP's bodystructure as often as
 possible. The reason for this is storing RDF graphs. Let me explain.
 
 I wrote a EPlugin for Evolution that is compiled and distributed by the
 Tracker project. This plugin fetches as much metadata about E-mails as
 possible and pushes it into Tracker's RDF store.
 
 Tracker's RDF store is a Nepomuk-ontology based RDF store that offers
 SPARQL as query language, and SPARQL Update as storage language.
 
 We have enhanced the Nepomuk message ontology so that it can store the
 entire structure of an E-mail. This means the structure that you can
 request using the BODY or BODYSTRUCTURE FETCH requests. These return you
 the MIME structure of the message in a pre-parsed skiplist format.
 
 Using this info our plugin can reconstruct the message's skeleton, but
 then in RDF as a graph.
 
 I don't just talk. I wrote the patch to do this too. It's attached.
 
 I tried to keep the changes small, and I implemented the migration code
 so that the tables' schemas will automatically be converted. The patch
 needs a good review, though. And testing.
 
 This is the point of the patch (a stored bodystructure string):
 
 sqlite select bodystructure from 'INBOX/100' LIMIT 2;
 (TEXT PLAIN (CHARSET ISO-8859-1) NIL NIL 8BIT 2304 53 NIL NIL NIL 
 NIL)
 (TEXT PLAIN NIL NIL NIL 7BIT 3829 80 NIL NIL NIL NIL)
 sqlite 
 
 Note about adding BODYSTRUCTURE to the IMAP FETCH query that IMAP
 servers usually cache the body-structures. It wont slowdown an IMAP
 server, one that is worth being called an IMAP server, much.
 
 It will add some bandwidth. But apparently isn't Evolution trying to
 save bandwidth, otherwise camel-imap-folder.c would use ENVELOPE instead
 of BODY.PEEK[HEADER.FIELDS(-a long list-)] (right?).
 
 
 Here are some pointers about things I just wrote:
 
 The Nemomuk message ontology
 http://git.gnome.org/cgit/tracker/tree/data/ontologies/34-nmo.ontology
 
 How we want this stuff in Tracker, how it could be used
 http://live.gnome.org/Tracker/Documentation/EmailSparql
 
 The Evolution plugin:
 http://git.gnome.org/cgit/tracker/tree/src/plugins/evolution/tracker-evolution-plugin.c
 
 
 Let me know!
 
 
 ___
 Evolution-hackers mailing list
 Evolution-hackers@gnome.org
 http://mail.gnome.org/mailman/listinfo/evolution-hackers
-- 
Philip Van Hoof, freelance software developer
home: me at pvanhoof dot be 
gnome: pvanhoof at gnome dot org 
http://pvanhoof.be/blog
http://codeminded.be

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] how to use EDS API

2009-08-17 Thread Johnny Jacob
On Fri, 2009-08-07 at 08:39 +0800, Saint yeyo wrote:
 hello,
 
 I wanna use EDS to handle address book, such as add a new address book
 from backend, I have watch 'eds architeture', it's not too clear, I
 dont know how to use it, is there some examples? 
 
 I need you help, thank you. 
 

http://test.maemo.org/platform/docs/howtos/howto_using_abook.html#eds

Seems to have a good doc for using EDS Addressbook apis.

HTH.

- Johnny


signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers