summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/docs/digests.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Digests improvements:Barry Warsaw2015-12-191-2/+2
| | | | | | | * digestable -> digests_enabled * nondigestable: removed * Exposed digests_enabled, digest_send_periodic, digest_volume_frequency in REST.
* Fix the digest.rst doctest.Barry Warsaw2014-12-181-2/+4
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-231-0/+113
how I think about them anyway.