Modify ↓
Opened 15 years ago
Closed 15 years ago
#73 closed defect (fixed)
Project name is no longer optional (regression in 0.30)
Reported by: | email2trac@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 0.3 |
Keywords: | Cc: |
Description
Using email2trac.conf:
[DEFAULT] project: /var/www/cgi-bin/garage/trac/support
email2trac -n -f email2trac.conf produces error message:
No Trac project is defined in the email2trac config file.
Currently, the workaround is to use email2trac.conf:
[DEFAULT] project: /var/www/cgi-bin/garage/trac/support [support] project: /var/www/cgi-bin/garage/trac/support
with the command email2trac -n -f email2trac.conf -p support
If the old behavior is no longer supported, then the documentation needs to be updated accordingly.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by bas
- Status changed from new to assigned
comment:2 Changed 15 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
applied to trunk
Note: See
TracTickets for help on using
tickets.
Thanks for reporting. We now use the internal trac version for Parsing the config file. I have fixed the error for the trunk version