[Evolution-hackers] query about mail account setup wizard

2004-07-23 Thread Sivaiah N
Hi, As i understand, mail account wizard displays the All camel transport providers in server type menu in sending mail tab. And if a provider acts as both source and transport there is no way to specify any configuration details in the sending mail tab, it uses the same details specified in

Re: [Evolution-hackers] groupwise addressbook backend question

2004-07-10 Thread Sivaiah N
Groupwise has one address book called System Address Book which has contacts of all groupwise users which will be huge generally. This is similar to GAL in exchange. We do not want to show these contacts by default when someone selects this book. In case of this we do not advertise the

Re: [Evolution-hackers] the issue about the contacts of exchange connector.

2004-06-25 Thread Sivaiah N
just to add, they are supported in groupwise backend Thanks, Siva On Fri, 2004-06-25 at 23:13, Chris Toshok wrote: contact lists are only supported in the file/vcf backends. ldap, active directory, and exchange backends don't support them. Chris On Fri, 2004-06-25 at 17:09 +0800, [EMAIL

Re: [Evolution-hackers] Calendar/Add book issues with the recent builds

2004-05-25 Thread Sivaiah N
On Tue, 2004-05-25 at 09:52 -0700, Nicel KM wrote: Hi, I'm finding some issues with the recent builds for exchange account calendar and address book. Calendar items existing in server are not getting displayed in evo. Also, If you create an object using calendar editor, it doesn't get

[Evolution-hackers] using remembered passowrds across components

2004-05-01 Thread Sivaiah N
Hi, Currently we pass uri and component name for e_passwords_ask_password call. Since the component names are different, the password remembered in one component can not be reused in another component even though the server name and user name (user and server names are generally part of the

Re: [Evolution-hackers] E-VCard API

2004-04-29 Thread Sivaiah N
On Thu, 2004-04-29 at 14:50, Damien Sandras wrote: Hello to all, I have made more progress, but I'm a bit confused by the API. I have added Speeddial support using Chris' trick : attr = e_vcard_attribute_new (NULL, TEL);

Re: [Evolution-hackers] No directory configuratioin GUI on current trunk?

2004-04-22 Thread Sivaiah N
On Thu, 2004-04-22 at 09:03, Calvin Liu wrote: Hi, there, I just built a Evolution from trunk source. Seems OK. But I can't find the Directory Server tab from settings dialog. What I can do is to right click the contact folder and choose properties there. Code missed or it's intend to do

Re: [Evolution-hackers] Setting up mailing list contact?

2004-03-24 Thread Sivaiah N
On Wed, 2004-02-18 at 11:06, Chris Toshok wrote: On Tue, 2004-02-17 at 18:51, Not Zed wrote: Weird api ... why not just set a GList of EABDestinations or an EABDestination itself (it can contain lists?) rather than a GList of xml exports of EABDestinations? :) Because I didn't write the

Re: [Evolution-hackers] #55208: warning about wrong date format... Invalid date thrown away

2004-03-24 Thread Sivaiah N
You can implement a function to validate the contact (may be something like validate_contact) which does validation of the required fields and returns success or failure ) and call that in save_contact before calling extract_info and return form the function if contact has some wrong data.

[Evolution-hackers] setting categories in contact

2004-03-12 Thread Sivaiah N
Hi, using E_CONTACT_CATEGORIES to set categories value seems not working. That value is not being set in contact. Is it a bug? Am i supposed to use E_CONTACT_CATEGORY_LIST instead ? using E_CONTACT_CATEGORY_LIST it works. Thanks, Sivaiah ___