Thunderbird Sieve Addon Blog
Brought to you by:
thsmi
The source code repository is now officially migrated from the old cvs based repository at sieve.mozdev.org to modern git repository at sourceforge.net
Login into CVS at mozdev. The password is guest.
cvs -d :pserver:guest@mozdev.org:/cvs login
Import the CVS repository.
git cvsimport -k -m -v -d:pserver:guest@mozdev.org:/cvs sieve/src
Export Repository to git
git remote add origin ssh://username@git.code.sf.net/p/managesieve/code
git config branch.master.remote origin git config branch.master.merge refs/heads/master
git config user.name "Thomas Schmid" git config user.email "example@example.com"
git push origin master