pilot-mailsync install notes
jochen@pms.garcke.de

If you don't have an imap-* directory call get_client.sh to ftp the
most current version.

If using CVS source, you must run 
aclocal, libtoolize (actually only needed for the jpilot-plugin) and
autoconf, this generates configure, also run get_client.sh to get the 
most current c-client and delete the other imap-* directories. 

Normally the above isn't needed und you just call

./configure
make
make install

Or
./configure --enable-jpilot
make
make plugin_install (installs in .jpilot/plugins)

for the jpilot-plugin. See docs/config for info on the plugin. 

There is no man page at this time; however the docs directory contains
helpful documentation and examples.
