Re: [Evolution-hackers] Problems getting changes
Hi, Not very sure, but e_book_open() is successful? Do you have many address books? Which one is marked as default address book? Thanks, Sushma. On Wed, 2006-04-19 at 13:31 +0200, Armin Bauer wrote: Hi, the evolution2 opensync plugin has stopped working for me, but i cannot see the reason. The code basically looks like this (note that the problem only occurs if i call the default_addressbook function): if (!(env-addressbook = e_book_new_default_addressbook(gerror))) { //Error handling g_clear_error(gerror); return FALSE; } if (!e_book_open(env-addressbook, TRUE, gerror)) { //Error handling return FALSE; } if (!e_book_get_changes(env-addressbook, env-change_id, changes, NULL)) { //Error handling return; } The problem is that the changes list is empty even if there were changes (adds, modifications and deletes). Any idea what could be wrong? My system: debian unstable evolution-data-server 1.4.2.1-2 evolution 2.4.2.1-2 Best Regards, Armin Bauer ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers
Re: [Evolution-hackers] Re: Evolution, Evolution-Data-Server, GtkHTML, Evolution-Exchange branched to gnome-2-14
Pretty big patch. I'll have a look at it once, before committing. Thanks, Sushma. On Thu, 2006-03-09 at 10:47 +0200, Tor Lillqvist wrote: to 2006-03-09 klockan 10:51 +0530 skrev Srinivasa Ragavan: The gnome-2-14 branch for Evolution and Evolution-Data-Server, GtkHTML and Evolution-Exchange has been created. Does this mean the outstanding Win32 patch set to evolution-exchange (see http://go-evolution.org/files/f/f5/E-e.tml-diffs.2006-01-18.txt ) can be committed to HEAD, so that it won't bitrot away? --tml ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers
Re: [Evolution-hackers] About changing password with exchange account
Usually the realm will be the domain name of the Active Directory (in all capital letters).You can ask your system administrator and find it out. You have to set up your linux client to authenticate against active directory and also set the realm name, KDC server etc. in your client's krb5.conf file. You can try the kreberos client utilities like kinit to test your settings. Thanks, Sushma. On Thu, 2006-02-23 at 21:05 +0800, Irene Huang wrote: Hi, exchange connector developers I built my evolution with MIT kerberos support. However, when I try to change my password using the change password button in the account editor, it failed. Looking into the code, I found that krb5_get_init_creds_password in get_init_cred in evolution-data-server/servers/exchange/lib/e2k_kerberos.c returns KRB5_REALM_UNKNOWN. I guess there may be some problems in the exchange server realm settings. How to find the realm name of the Exchange server? BTW, I can access the Exchange server machine. Any advice? Thanks. --Irene ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers
Re: [Evolution-hackers] `make check' fails in po/
Fix is committed to CVS head. Thanks, Sushma. On Mon, 2006-02-27 at 18:02 -0500, Mikhail Teterin wrote: The references to the non-existant e2k-user-dialog.c break `make check' in the po directory :-( Can this, please, be fixed so that the checks can be run automatically after build to detect any compile or link problems? Thanks! -mi ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers
Re: [Evolution-hackers] subscription letter
See http://mail.gnome.org/mailman/listinfo/evolution-hackers for subscribing. Thanks, Sushma. On Sun, 2006-02-12 at 07:54 -0800, Siddhartha Singh wrote: i want to subscribe to evolution hackers __ What are the most popular cars? Find out at Yahoo! Autos ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers
Re: [Evolution-hackers] Palm address.dat importer
As of now Evolution supports importing of LDIF and VCRD formats. If you like to implement it, now it can be done as an e-plugin. -Sushma. On Wed, 2005-09-21 at 13:33 -0400, Joe Mason wrote: I get no hits for palm import either here or on evolution-list, which kind of surprises me. I thought this would be an obvious feature to have: I can't find an importer for the Palm address.dat format. To import my old Palm addressbook I had to use a Palm-to-VCard program I found on the web, fix a bunch of errors and then import the VCard file. (Sure, I imagine most people just sync from the Palm, but what if your Palm gets lost?) Am I just missing it, or is there no such thing? I don't think it would be hard to write, since I have code here to read the address.dat format - I just need to ask the author's permission to relicense it. Should I go ahead and start writing this? Joe ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers
Re: [Evolution-hackers] Using EBookView effectively
Hi, Are you not calling e_book_get_changes() first and then form a query and then e_book_get_view() for that? -Sushma. On Wed, 2005-09-14 at 14:44 -0400, Joe Shaw wrote: Hi, I am having some trouble getting desired results using EBookView. What I want to do is: (a) Get a list of changes and only a list of changes at (my app's) startup. (b) Get any subsequent changes to contacts from e-d-s as they happen. Doing (a) is simple. I use e_book_get_changes() on my EBook and I get the changes. When I call e_book_get_book_view(), attach signals, and start it, however, I get change notification of every single contact being added to the EBookView. I don't want to get any of these initial notifications, only notification of actual changes after-the-fact. Is there a way to do what I want without some gross racy timeout? Joe ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers