diff options
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/filecheck/discussion.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/plugins/filecheck/discussion.mdwn b/doc/plugins/filecheck/discussion.mdwn new file mode 100644 index 000000000..6f01a5c00 --- /dev/null +++ b/doc/plugins/filecheck/discussion.mdwn @@ -0,0 +1,8 @@ +First, thanks again for making this plugin. + +I don't know if this is a problem for [[plugins/attachment]], but there seems to +be no way to detect text/plain using File::MimeInfo::Magic::magic(). +There is a heuristic ::default that decides between text/plain and application/octet-stream. + +Would you be receptive to a patch that e.g. called File::MimeInfo::Magic::default() +if ::magic() returns undef? --[[DavidBremner]] |