summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
-rw-r--r--src/mailman/docs/NEWS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 5702f0125..de34c01d8 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -19,6 +19,10 @@ Bugs
* When `pip` installing Mailman into `/usr/local`, the `master` script is
searched for relative to several landmark locations. Originally given by
Sambuddha Basu, adapted by Barry Warsaw. (Closes: #3)
+ * 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)
Configuration
-------------