Sha256: b3182cb48a81414f740dcc149c854d889b627d1d71096dcc69abb44032095aa3
Contents?: true
Size: 339 Bytes
Versions: 5
Compression:
Stored size: 339 Bytes
Contents
#!/bin/bash # # twmail hook script that is called for every mail. # # The environment variables available to a hook are: # # TWMAIL_DATE # TWMAIL_MESSAGE_ID # TWMAIL_FROM # TWMAIL_TO # TWMAIL_SUBJECT # TWMAIL_BODY # # This script assumes that task-uuid is in the path. # task $(task-uuid $TWMAIL_SUBJECT) annotate $TWMAIL_BODY > /dev/null
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
twmail-1.0.0 | test/helpers/test_hook |
twmail-0.0.6 | test/helpers/test_hook |
twmail-0.0.5 | test/helpers/test_hook |
twmail-0.0.4 | test/helpers/test_hook |
twmail-0.0.3 | test/helpers/test_hook |