Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more tests, and fix setting count to 0. | Brian Cully | 2022-06-12 | 3 | -8/+44 |
| | |||||
* | Differentiate between 0 and undefined. | Brian Cully | 2022-06-12 | 1 | -1/+2 |
| | |||||
* | Allow flagging infinite sends by setting remaing count to -1. | Brian Cully | 2022-06-12 | 5 | -19/+56 |
| | |||||
* | Return default email count for unknown senders on CLI. | Brian Cully | 2022-06-12 | 2 | -7/+10 |
| | |||||
* | Use PATH environment for sqlite3 executable. | Brian Cully | 2022-06-12 | 1 | -1/+1 |
| | |||||
* | Check return codes from ‘system’ calls. | Brian Cully | 2022-06-12 | 1 | -2/+4 |
| | | | | Abort tests if there’s an error during setup. | ||||
* | Add X-SpamCat-Remaining header. | Brian Cully | 2017-10-30 | 5 | -0/+5 |
| | | | | | Add explicit header for number of messages remaining from a given sender. | ||||
* | Add get and set commands for tweaking counts. | Brian Cully | 2017-10-30 | 3 | -3/+22 |
| | | | | | Introduce 'get' to query a count for a given email address, and 'set' to manually update it. | ||||
* | Various changes. | Brian Cully | 2015-10-20 | 5 | -35/+90 |
| | | | | | | | * Use `env' to find perl binary. * Change flag --dumpconfig to command. * Add `dump' command to output table in tab-delimited format. * Update documentation. | ||||
* | Add db config | Brian Cully | 2014-11-23 | 1 | -0/+2 |
| | |||||
* | spelling | Brian Cully | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | grammar | Brian Cully | 2014-11-23 | 1 | -2/+2 |
| | |||||
* | Better readme instructions. | Brian Cully | 2014-11-23 | 1 | -0/+122 |
| | |||||
* | Add TODO file. | Brian Cully | 2014-11-23 | 1 | -0/+5 |
| | |||||
* | Initial commit. | Brian Cully | 2014-11-23 | 26 | -0/+1326 |