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] groupwise addressbook backend question

2004-07-10 Thread Chris Toshok
right, but static capabilities are just that - static. They don't change depending on the book. In fact, they aren't properties on the source, they're properties on the backend itself. it's conceivable that someone could create an ebook representing a source and call get_static_capabilities on

[Evolution-hackers] groupwise addressbook backend question

2004-07-09 Thread Chris Toshok
why is the groupwise backend sometimes returning do-initial-query and sometimes not? (in _get_static_capabilities). if (ebgw-priv-is_writable) return g_strdup(net,bulk-removes,do-initial-query); else return g_strdup(net,bulk-removes); Chris