Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention commit message in interactive email README subject explaination. | W. Trevor King | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Use shlex.split() to parse control lines in be-handle-mail. | W. Trevor King | 2009-07-20 | 1 | -7/+5 |
| | | | | Split arguments following POSIX rather than at all whitespace. | ||||
* | Added pseudo-header list to interfaces/email/interactive/README. | W. Trevor King | 2009-07-20 | 1 | -14/+17 |
| | | | | Also some minor textual cleanups. | ||||
* | Added interfaces/email/interactive/README and be-handle-mail options. | W. Trevor King | 2009-07-20 | 1 | -0/+144 |
The README should give enough info to install and use the interface. While I was writing it, I thought that be-handle-mail could use the --be-dir, --tag-base, and --test options. generate_global_tags() helps implement the --tag-base option. I set up a unittest framework since checking is currently a pipe-in-emails-by-hand sort of arrangement, which can be slow ;). Currently only generate_global_tags() is tested. I also restored "show" to ALLOWED_COMMANDS, since it seems to have wandered off ;). |