tags: Osgeo

Trac from Mutt

Dedicated to those who do not want to surrender to proprietary services for code and tickets management: integrating Cartman with Mutt. The scenario is Trac instances that send email notifications on ticket activity, as is the case with the OSGeo ones (there’s been some recent discussion about the role of its infrastructure). The Cartman command to comment on a ticket (say #33) of a project (say postgis) would be: cm -s postgis 33 As you usually comment on some input received by mail (either a new ticket or another comment), building that command line requires eye-parsing for project name and ticket number, and then typing it on the shell.

Read more →