Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
cfbd34ca
Commit
cfbd34ca
authored
Sep 22, 2008
by
Huw Davies
Committed by
Alexandre Julliard
Sep 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcomm: Content-Disposition can have parameters.
parent
3b3ac072
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mimeole.c
dlls/inetcomm/mimeole.c
+1
-1
No files found.
dlls/inetcomm/mimeole.c
View file @
cfbd34ca
...
...
@@ -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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment