summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_digests.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* mailman subcommands commit transactionsBarry Warsaw2016-04-121-2/+24
| | | | | | Closes #223 Also: `mailman digests` has grown --verbose and -dry-run options.
* Clean up the commands subdirectory.Barry Warsaw2016-03-241-7/+3
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Port bump-digests to MM3, via the `mailman digests` command.Barry Warsaw2015-12-221-23/+19
| | | | | Fix a buglet where if maybe_send_digest_now() was called before a digest has been prepared, a FileNotFoundError would be raised.
* Refactor bump_digest_number_and_volume() and maybe_send_digest_now() intoBarry Warsaw2015-12-221-0/+91
their own module inside the mailman.app package. With the latter, remove the "all lists" functionality and require the mlist argument. We'll handle the "all lists" use case higher up the stack. Also, rename the send-digests handler digests since we'll next add the bump functionality.