To browse the Extra Plugins CVS tree, click here.
You can download the latest Claws CVS snapshot tarball here, and the latest Claws Plugins snapshots here.
You can also follow the development of Claws Mail via the claws-mail-commits mailing-list: Subscribe - Unsubscribe - Archives
Claws Mail
To download the latest Claws Mail CVS source code, move to the directory where you wish to download to and type the following commands:
export CVS_RSH=ssh
cvs -z3 -d:ext:cvs@scm.dotsrc.org:/srv/cvs/claws-mail co -r gtk2 claws
Later, when you want to update your local repository, you'll just have to go back to the claws directory, and type:
export CVS_RSH=ssh
cvs -z3 update -dPR
To build a CVS download, you'll have to run ./autogen.sh before, or instead of, the usual ./configure.
Extra Plugins
To download the latest Extra Plugins CVS source code, move to the directory where you wish to download to and type the following commands:
export CVS_RSH=ssh
cvs -z3 -d:ext:cvs@scm.dotsrc.org:/srv/cvs/claws-mail co -r gtk2 plugins
Later, when you want to update your local repository, you'll just have to go back to the plugins directory, and type:
export CVS_RSH=ssh
cvs -z3 update -dPR
To build a CVS download, you'll have to run ./autogen.sh before, or instead of, the usual ./configure.

