aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/README
Commit message (Collapse)AuthorAgeFilesLines
* Added page titles to the documentation & adjusted section levels.W. Trevor King2010-02-061-0/+4
|
* Rewrote documentationW. Trevor King2010-01-241-45/+56
|
* Fixed libbe.utuil->libbe.util typo in be-handle-mail.W. Trevor King2010-01-191-12/+1
| | | | Also removed some references to the old XML interface.
* Updated interfaces/email/interactive/README for [be-bug:xml] interfaceW. Trevor King2009-11-211-2/+13
|
* Mention commit message in interactive email README subject explaination.W. Trevor King2009-09-131-2/+2
|
* Use shlex.split() to parse control lines in be-handle-mail.W. Trevor King2009-07-201-7/+5
| | | | Split arguments following POSIX rather than at all whitespace.
* Added pseudo-header list to interfaces/email/interactive/README.W. Trevor King2009-07-201-14/+17
| | | | Also some minor textual cleanups.
* Added interfaces/email/interactive/README and be-handle-mail options.W. Trevor King2009-07-201-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 ;).