about summary refs log tree commit diff
path: root/contrib/msuck
Commit message (Collapse)AuthorAgeFilesLines
* msuck: don't init maildir until connectedAlyssa Ross2020-04-151-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 failedAlyssa Ross2020-04-151-0/+3
| | | | The failing exit status is EX_UNAVAILABLE from BSD's sysexits.h.
* msuck: pad pids to 5 decimalsChristian Neukirchen2016-10-181-1/+1
|
* msuck: off by oneChristian Neukirchen2016-09-251-1/+1
|
* contrib: add msuck and mblow for NNTP supportChristian Neukirchen2016-09-251-0/+137