diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 17:34:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 17:34:05 +0000 |
commit | 7776f4e8b60c3121190ac24cd2cbbf169f3b716b (patch) | |
tree | 45840598594e06ad40f6ee6e2555eade84673ac0 /www/Makefile | |
parent | 97bdbf20fca2e040ee22d79abe4bb087d77aa115 (diff) |
This is a release of the SARA package email2trac that contains utilities that
we use to convert emails to trac tickets. The initial setup was made by Daniel
Lundin from Edgewall Software. SARA has extend the initial setup, with the
following extensions:
* HTML messages
* Attachments
* Use commandline options
* Use config file to change the behaviour of the email2trac.py program
* unicode support for special characters in the headers of an email message
WWW: https://subtrac.sara.nl/oss/email2trac
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
Notes
Notes:
svn path=/head/; revision=192067
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cb279bfac458..9f86dcbbaf1b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1154,6 +1154,7 @@ SUBDIR += trac-codetags SUBDIR += trac-ctxtnavadd SUBDIR += trac-down + SUBDIR += trac-email2trac SUBDIR += trac-gantt SUBDIR += trac-hierwiki SUBDIR += trac-iniadmin |