Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msuck: don't init maildir until connected | Alyssa Ross | 2020-04-15 | 1 | -4/+4 |
| | | | | | | Previously, a typo in the newsgroup name would leave an empty mailbox for a non-existent newsgroup. This can be avoided by delaying maildir initialization until after the NNTP server has 221ed the group. | ||||
* | msuck: exit unsuccessfully if some groups failed | Alyssa Ross | 2020-04-15 | 1 | -0/+3 |
| | | | | The failing exit status is EX_UNAVAILABLE from BSD's sysexits.h. | ||||
* | msuck: pad pids to 5 decimals | Christian Neukirchen | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | msuck: off by one | Christian Neukirchen | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | contrib: add msuck and mblow for NNTP support | Christian Neukirchen | 2016-09-25 | 1 | -0/+137 |