• Patch: Elm ME+ 2.5 PLalpha53 -> Elm ME+ 2.5 PLalpha54 [1/2] (5/6)

    From Kari Hurtta@21:1/5 to All on Sat May 1 19:22:35 2021
    [continued from previous message]

    + #ifdef ANSI_C
    + extern signed_decoder null_SG_decoder;
    + #endif
    extern void null_SG_decoder P_((mime_t *body,
    mime_t *sign,
    struct in_state *state_in,
    ***************
    *** 189,195 ****
    const char *micalg,
    charset_t defcharset,
    struct header_rec *mss,
    ! type_mismatch_prompt *badtype));

    /* parse_util.c */

    --- 199,206 ----
    const char *micalg,
    charset_t defcharset,
    struct header_rec *mss,
    ! type_mismatch_prompt *badtype,
    ! charset_t bodydefcharset));

    /* parse_util.c */

    ***************
    *** 206,212 ****
    const struct decode_opts *decode_opt,
    charset_t defcharset,
    struct header_rec *mss,
    ! type_mismatch_prompt *badtype));

    extern int partial_selector P_((mime_t *p, struct header_rec * hdr));

    --- 217,225 ----
    const struct decode_opts *decode_opt,
    charset_t defcharset,
    struct header_rec *mss,
    ! type_mismatch_prompt *badtype,
    ! charset_t bodydefcharset
    ! ));

    extern int partial_selector P_((mime_t *p, struct header_rec * hdr));

    Index: elmME+.2.5.alpha54-cvs/melib/mime_decode.c
    *** elmME+.2.5.alpha53/melib/mime_decode.c Mon Dec 7 20:29:21 2020
    --- elmME+.2.5.alpha54-cvs/melib/mime_decode.c Sun Jan 17 20:53:16 2021 ***************
    *** 1,7 ****
    ! st