Re: [evolution-patches] Groupwise proxy: Handle store's offline state

2005-08-24 Thread Not Zed
You should check the url is not "" before trying to resolve it. On Mon, 2005-08-22 at 07:55 +0530, Shreyas Sriniavasan wrote: > + if (!(store = (CamelOfflineStore *) camel_session_get_service > (session, e_account_get_string(account, E_ACCOUNT_SOURCE_URL), > CAMEL_PROVIDER_STORE, &ex))) {

Re: Groupwise proxy: Handle store's offline state

2005-08-24 Thread Danilo Ĺ egan
Hi Shreyas, On Monday at 4:25, Shreyas Sriniavasan wrote: > This patch prevents the proxy from trying to connect to the server if > the account is offline. It adds a new string to warn the users that the > account is offline so cc'ing gnome-i18n mailing list too. Why is this additional string im

Re: [evolution-patches] Groupwise proxy: Handle store's offline state

2005-08-23 Thread Susarla Parthasarathi
The patch looks fine. Thanks, partha On Mon, 2005-08-22 at 02:25 +, Shreyas Sriniavasan wrote: > Hey, > > This patch prevents the proxy from trying to connect to the server if > the account is offline. It adds a new string to warn the users that the > account is offline so cc'ing gnome-i18n

Groupwise proxy: Handle store's offline state

2005-08-22 Thread Shreyas Sriniavasan
Hey, This patch prevents the proxy from trying to connect to the server if the account is offline. It adds a new string to warn the users that the account is offline so cc'ing gnome-i18n mailing list too. Cheers, Shreyas Index: ChangeLog ===