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:
CaS 2003-01-21 16:53:56 +00:00
parent 6cff936ed7
commit 805a23b1ab

View file

@ -3948,6 +3948,13 @@ static NSCharacterSet *tokenSet = nil;
if (v == nil)
{
start = [content objectAtIndex: 0];
v = [start contentID];
if (v == nil)
{
hdr = [start makeContentID];
v = [hdr value];
}
[type setParameter: v forKey: @"start"];
}
else
{