mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
When creating multipart/related, set start part explicitly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15671 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6cff936ed7
commit
805a23b1ab
1 changed files with 7 additions and 0 deletions
|
@ -3948,6 +3948,13 @@ static NSCharacterSet *tokenSet = nil;
|
||||||
if (v == nil)
|
if (v == nil)
|
||||||
{
|
{
|
||||||
start = [content objectAtIndex: 0];
|
start = [content objectAtIndex: 0];
|
||||||
|
v = [start contentID];
|
||||||
|
if (v == nil)
|
||||||
|
{
|
||||||
|
hdr = [start makeContentID];
|
||||||
|
v = [hdr value];
|
||||||
|
}
|
||||||
|
[type setParameter: v forKey: @"start"];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue