Huw Davies : inetcomm: Content-Disposition can have parameters.

Alexandre Julliard julliard at winehq.org
Tue Sep 23 09:28:18 CDT 2008


Module: wine
Branch: master
Commit: cfbd34cac7c1227ea69bac35af2769faab877216
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cfbd34cac7c1227ea69bac35af2769faab877216

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Sep 22 14:25:22 2008 +0100

inetcomm: Content-Disposition can have parameters.

---

 dlls/inetcomm/mimeole.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/inetcomm/mimeole.c b/dlls/inetcomm/mimeole.c
index 1c1161a..bae7dc7 100644
--- a/dlls/inetcomm/mimeole.c
+++ b/dlls/inetcomm/mimeole.c
@@ -69,7 +69,7 @@ static const property_t default_props[] =
     {"Content-Type",                 PID_HDR_CNTTYPE,    MPF_MIME | MPF_HASPARAMS,        VT_LPSTR},
     {"Content-Transfer-Encoding",    PID_HDR_CNTXFER,    MPF_MIME,                        VT_LPSTR},
     {"Content-ID",                   PID_HDR_CNTID,      MPF_MIME,                        VT_LPSTR},
-    {"Content-Disposition",          PID_HDR_CNTDISP,    MPF_MIME,                        VT_LPSTR},
+    {"Content-Disposition",          PID_HDR_CNTDISP,    MPF_MIME | MPF_HASPARAMS,        VT_LPSTR},
     {"To",                           PID_HDR_TO,         MPF_ADDRESS,                     VT_LPSTR},
     {"Cc",                           PID_HDR_CC,         MPF_ADDRESS,                     VT_LPSTR},
     {"Sender",                       PID_HDR_SENDER,     MPF_ADDRESS,                     VT_LPSTR},




More information about the wine-cvs mailing list