On Thu, 2011-08-18 at 16:03 +0200, Patrick Ohly wrote:
> +static string SyncEvolutionDataDir()
> +{
> + string dataDir(DATA_DIR);
> + const char *envvar = getenv("SYNCEVOLUTION_DATA_DIR");
> + if (envvar) {
> + dataDir = envvar;
> + }
> + return dataDir;
> +}
>
> This new env variable needs to be documented in README.rst. A better
> place for this
> function might be in util.h/cpp.
Is there even any need for an environment variable to override the
default location? Just for testing?
--
[email protected]
www.murrayc.com
www.openismus.com
_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution