Merge branch 'issue-109' into 'release-3.0'
commitb5e50f69269b6270ac026f3acb03171b1ee88bec
authorBarry Warsaw <barry@python.org>
Tue, 2 Jun 2015 13:51:58 +0000 (2 13:51 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 2 Jun 2015 13:51:58 +0000 (2 13:51 +0000)
treed59ffb18035a8ab2f9715cd81b2ad121c962f987
parentc20eae5f432a21d2e954dc7aa6f41dfdcb5278a7
parent810896d0951e767ada24ea1e59ab53083d0c7c31
Merge branch 'issue-109' into 'release-3.0'

Closes: #109

* Fix the traceback that occurred when trying to convert a `text/html`
   subpart to plaintext via the `mimedel` handler.  Now, a configuration
   variable `[mailman]html_to_plain_text_command` in the `mailman.cfg` file
   defines the command to use.  It defaults to `lynx`.  (Closes: #109)

See merge request !14