This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
pEpMIME
forked from
pEp.foundation/pEpMIME
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
dispo_type = PEP_CONTENT_DISP_INLINE by default.
MIME-10
Roker
2 years ago
parent
68f850b347
commit
418db7eea8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/mime_headers.hh
+ 1
- 1
src/mime_headers.hh
View File
@ -32,7 +32,7 @@ namespace pEpMIME
{
explicit
ContentDisposition
(
sv
header_line
)
;
content_disposition_type
dispo_type
;
content_disposition_type
dispo_type
=
PEP_CONTENT_DISP_INLINE
;
std
:
:
vector
<
NameValue
>
dparams
;
}
;
Write
Preview
Loading…
Cancel
Save