diff --git a/Source/Additions/GSMime.m b/Source/Additions/GSMime.m index 93b5bffe7..28b9d6255 100644 --- a/Source/Additions/GSMime.m +++ b/Source/Additions/GSMime.m @@ -1538,10 +1538,8 @@ wordData(NSString *word) [data appendData: d]; bytes = (unsigned char*)[data bytes]; dataEnd = [data length]; - /* We need more data, so we have to return YES - * to ask our caller to provide it. + /* Fall through to parse the headers so far. */ - return YES; } else {