From 40ee1fcfb77731f3cd7385882f41630af6aedb33 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 Oct 2023 23:30:49 +0200 Subject: reduce line limit to 95 --- src/mime-parsefull.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/mime-parsefull.cc') diff --git a/src/mime-parsefull.cc b/src/mime-parsefull.cc index 5d5d836..faf02f0 100644 --- a/src/mime-parsefull.cc +++ b/src/mime-parsefull.cc @@ -586,7 +586,13 @@ int Binc::MimePart::parseFull(const string &toboundary, int &boundarysize) const &bodylength, &members); } else { - parseSinglePart(toboundary, &boundarysize, &nbodylines, &nlines, &eof, &foundendofpart, &bodylength); + parseSinglePart(toboundary, + &boundarysize, + &nbodylines, + &nlines, + &eof, + &foundendofpart, + &bodylength); } return (eof || foundendofpart) ? 1 : 0; -- cgit v1.2.3