Re: [evolution-patches] Temporarily disable shared-folder support (groupwise-features plugin, camel-groupwise)



On Mon, 2005-08-22 at 04:41 +0000, "Jain Vivek"  wrote:
> +       /*XXX: Remove this when server has a fix to show mails in
> shared-folder*/
> +       if (getenv("SHARED_FOLDER") == NULL)
> +               return;
> + 

use if (!getenv(...)) instead.  


Looks fine.

Thanks,
partha




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]