Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to filter style from pipe. | Brian Cully | 2022-06-19 | 6 | -59/+40 |
| | |||||
* | Show remaining in Subject. | Brian Cully | 2022-06-19 | 4 | -4/+4 |
| | |||||
* | Add more tests, and fix setting count to 0. | Brian Cully | 2022-06-12 | 2 | -7/+43 |
| | |||||
* | Allow flagging infinite sends by setting remaing count to -1. | Brian Cully | 2022-06-12 | 3 | -9/+42 |
| | |||||
* | Return default email count for unknown senders on CLI. | Brian Cully | 2022-06-12 | 1 | -6/+9 |
| | |||||
* | 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 | 4 | -0/+4 |
| | | | | | 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 | 1 | -2/+3 |
| | | | | | Introduce 'get' to query a count for a given email address, and 'set' to manually update it. | ||||
* | Various changes. | Brian Cully | 2015-10-20 | 3 | -10/+21 |
| | | | | | | | * Use `env' to find perl binary. * Change flag --dumpconfig to command. * Add `dump' command to output table in tab-delimited format. * Update documentation. | ||||
* | Initial commit. | Brian Cully | 2014-11-23 | 16 | -0/+337 |