Latest Release: 3.9.2 (News), on 8-June-2013
You can also follow the development of Claws Mail via the Commits mailing-list: Subscribe - Unsubscribe - Archives
To download the old 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:pserver:anonymous@claws-mail.org:/ 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.
To download the old 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:pserver:anonymous@claws-mail.org:/ 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.
To download the old Claws Contacts source code, move to the directory where you wish to download to and type the following commands:
export CVS_RSH=ssh
cvs -z3 -d:pserver:anonymous@claws-mail.org:/ co contacts
Later, when you want to update your local repository, you'll just have to go back to the contacts 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.