• Patch: Elm ME+ 2.5 PLalpha52 -> Elm ME+ 2.5 PLalpha53 [2/2] (2/4)

    From Kari Hurtta@21:1/5 to All on Thu Dec 10 20:41:25 2020
    [continued from previous message]

    "-- A binary message\n"));
    --- 32,37 ----
    ***************
    *** 52,58 ****
    DPRINT(Debug,10,(&Debug,
    "-- Turning on MIME_MESSAGE\n"));
    }
    -
    }

    void start_body_helper(current_header,content_start,parsed_headers)
    --- 50,55 ----
    ***************
    *** 82,88 ****
    part_offset,body_offset,0,
    current_header->header_charset,
    &(current_header->header_error),
    ! current_header -> status);

    if (use_PGP &&
    0 != (get_type_flags(current_header->mime_rec.TYPE) &
    --- 79,86 ----
    part_offset,body_offset,0,
    current_header->header_charset,
    &(current_header->header_error),
    ! current_header -> status,
    ! current_header);

    if (use_PGP &&
    0 != (get_type_flags(current_header->mime_rec.TYPE) & ***************
    *** 102,109 ****
    current_header->mime_rec.offset = content_start;
    DPRINT(Debug,10,(&Debug,
    "-- content_start=%ld\n",content_start));
    ! }
    !
    }

    /*
    --- 100,106 ----