diff options
author | Sigbjorn Finne <sof@galois.com> | 2008-09-08 22:14:31 -0700 |
---|---|---|
committer | Sigbjorn Finne <sof@galois.com> | 2008-09-08 22:14:31 -0700 |
commit | 18047603cf06e918d777bbb421fad0c36c7bded1 (patch) | |
tree | 096af3c6a649ef3c9a08e09d71ac1f4c0acac89e /Codec | |
parent | 6de59bd269939143e985d3f356806b2d500eabac (diff) |
wibble (testing e-mail fwd'ing)
Diffstat (limited to 'Codec')
-rw-r--r-- | Codec/MIME/Parse.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Codec/MIME/Parse.hs b/Codec/MIME/Parse.hs index 6b5c437..e37578e 100644 --- a/Codec/MIME/Parse.hs +++ b/Codec/MIME/Parse.hs @@ -187,6 +187,7 @@ mediaTypes = 'x':'-':_ -> Extension b _ -> OtherMulti b + multipartTypes :: [(String, Multipart)] multipartTypes = [ ("alternative", Alternative) |