summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
authorBarry Warsaw2015-06-02 13:51:58 +0000
committerBarry Warsaw2015-06-02 10:09:24 -0400
commite57787d8f6ff0cc8b1e30f2531a56eaf9a28511a (patch)
tree8deb9773fe8e3871b5859a866a70019d92a9a3cb /src/mailman/docs/NEWS.rst
parentf0f13923af208d2eab97b6b304b77e9d5a55cc5a (diff)
downloadmailman-e57787d8f6ff0cc8b1e30f2531a56eaf9a28511a.tar.gz
mailman-e57787d8f6ff0cc8b1e30f2531a56eaf9a28511a.tar.zst
mailman-e57787d8f6ff0cc8b1e30f2531a56eaf9a28511a.zip
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
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
-------------