Re: [Evolution-hackers] Problems getting changes

2006-04-19 Thread Sushma Rai
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] `make check' fails in po/

2006-03-13 Thread Sushma Rai
http://bugzilla.gnome.org/show_bug.cgi?id=317432
has the patch.

Thanks,
Sushma.

On Mon, 2006-03-13 at 13:41 -0500, Mikhail Teterin wrote:
> понеділок 06 березень 2006 07:17, Sushma Rai Ви написали:
> > Fix is committed to CVS head.
> 
> Thank you! Can I have the diff in the mean time, please? I'd like to make the 
> FreeBSD port run the ``make check'' upon building your software to detect any
> misompilation or mislinking early :-)
> 
> Yours,
> 
>   -mi
> 
> > 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


Re: [Evolution-hackers] Re: Evolution, Evolution-Data-Server, GtkHTML, Evolution-Exchange branched to gnome-2-14

2006-03-09 Thread Sushma Rai
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

2006-03-08 Thread Sushma Rai
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/

2006-03-06 Thread Sushma Rai
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

2006-02-13 Thread Sushma Rai
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

2005-09-21 Thread Sushma Rai
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

2005-09-19 Thread Sushma Rai
I need to test this and see.

Also we store last modified time stamp (E_CONTACT_REV), 
so we can extend our query filters to support 
greater than, less than etc. 

-Sushma.

On Thu, 2005-09-15 at 10:53 -0400, Joe Shaw wrote:
> Hi,

> On Thu, 2005-09-15 at 12:05 +0530, Sushma Rai wrote:
> > Are you not calling e_book_get_changes() first and then
> > form a query and then e_book_get_view() for that?
> 
> This is exactly what I am doing.
> 
> Joe
> 
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Using EBookView effectively

2005-09-14 Thread Sushma Rai
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


Re: [Evolution-hackers] Who is the owner of evolution contacts?

2005-09-14 Thread Sushma Rai
We will look into it.

-Sushma.

On Wed, 2005-09-14 at 17:23 +0800, Steven Zhang wrote:
> I just filed a bug against evolution contacts printing. From version 
> 1.4.6, when we config printer to use A5 pagers(or any other small size 
> page size), we can not print correctly. A lot of conacts info will got 
> lost. In fact if you use print preview, you will find, these info are 
> printed out of the boundary of page.
> This is caused by evolution use fixed hard code value in to source code 
> of /addressbook/printing/e-contact-print.c:e_contact_build_style()
> 
> We have 2 choice to fix this bug.
> 1, after call e_contact_build_style, modify page size according the 
> printer_config
> 2, pass printer_config as a parameter into e_contact_build_style
> 
> 
> Regards.
> 
> Steven Zhang.
> ___
> 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