claws-mail/tools/jhbuild
Holger Berndt aadb7d5405 GData plugin: Support cold-start
Store refresh token, and try to authorize Google access with it on
startup. Interactive authorization is now only the fallback if refreshing
cannot be done or was not successful.

Fixes bug #3432 but requires yet unreleased libgdata, see
https://bugzilla.gnome.org/show_bug.cgi?id=750746
2015-06-18 00:33:48 +02:00
..
README Add jhbuild module files and sample config 2013-04-06 20:04:34 +02:00
claws-mail.modules GData plugin: Support cold-start 2015-06-18 00:33:48 +02:00
sample.jhbuildrc-claws-mail GData plugin: Support cold-start 2015-06-18 00:33:48 +02:00

README

Building Claws Mail with JHBuild
--------------------------------

Claws Mail can be built with JHBuild. This way, it's easy to do
sandboxed builds, for example in order to try out different versions
of low-level dependencies like gtk+ or glib without messing up a production
system. It's also useful to build older dependencies that are otherwise hard
to get on a more recent distribution.

In order to use JHBuild for building Claws Mail, first, JHBuild itself
must be built and installed, see
https://developer.gnome.org/jhbuild/stable/getting-started.html

JHBuild needs a configuration file, either as ~/.jhbuildrc or given with the
parameter -f on the command line. You can use the file
sample.jhbuildrc-claws-mail as a starting point, but you'll have to modify
it to suit your local environment.