diff options
| author | Alvaro Herrera | 2012-01-18 02:33:57 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2012-01-18 02:33:57 +0000 |
| commit | b6c2dd2cc033a05442f6bd550df5624788971ea1 (patch) | |
| tree | 872850ddfca60854e7ae73a209fd328cb3a63d55 | |
| parent | 1c799a073cf5af41c406248bfb68e406f6d3ceff (diff) | |
Display attachments as such, even when they are simple text
| -rw-r--r-- | archives/bin/resource-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archives/bin/resource-common b/archives/bin/resource-common index e68b079c..8d3f66a3 100644 --- a/archives/bin/resource-common +++ b/archives/bin/resource-common @@ -89,6 +89,9 @@ text/html; m2h_text_plain::filter; mhtxtplain.pl text/x-html; m2h_text_plain::filter; mhtxtplain.pl </MIMEFilters> +<MIMEArgs> +m2h_text_plain::filter; attachcheck +</MIMEArgs> <!-- Message Formatting --> |
