Switch to unified view

a/src/internfile/mh_mail.cpp b/src/internfile/mh_mail.cpp
...
...
588
        filename.c_str()));
588
        filename.c_str()));
589
    m_attachments.push_back(att);
589
    m_attachments.push_back(att);
590
    return;
590
    return;
591
    }
591
    }
592
592
593
    // We are dealing with an inline part of text/plain or text/html type
593
    // We are dealing with an inline part of text/plain or text/html
594
594
    // type There may be several such parts, which is why we don't
595
    // just return a text or html subdoc and let the filter stack
596
    // work: we want to concatenate them in place instead
595
597
596
    LOGDEB2(("walkmime: final: body start offset %d, length %d\n", 
598
    LOGDEB2(("walkmime: final: body start offset %d, length %d\n", 
597
         doc->getBodyStartOffset(), doc->getBodyLength()));
599
         doc->getBodyStartOffset(), doc->getBodyLength()));
598
    string body;
600
    string body;
599
    doc->getBody(body, 0, doc->bodylength);
601
    doc->getBody(body, 0, doc->bodylength);