• Patch: Elm ME+ 2.5 PLalpha54 -> Elm ME+ 2.5 PLalpha60 [2/13] (4/4)

    From Kari Hurtta@21:1/5 to All on Thu Nov 24 20:23:46 2022
    [continued from previous message]

    sync_mbox_EOF = -5,
    ***************
    *** 1209,1215 ****



    ! /* mkhdrs.c */

    extern void generate_reply_to P_((struct header_rec * current_header,
    struct mailing_headers *headers));
    --- 1324,1330 ----



    ! /* src/mkhdrs.c */

    extern void generate_reply_to P_((struct header_rec * current_header,
    struct mailing_headers *headers)); ***************
    *** 1217,1223 ****
    struct mailing_headers *headers));


    ! /* opt_generic.c */

    extern struct optsmenu * malloc_optsmenu P_((void));
    extern void free_optsmenu P_((struct optsmenu **ptr));
    --- 1332,1338 ----
    struct mailing_headers *headers));


    ! /* src/opt_generic.c */

    extern struct optsmenu * malloc_optsmenu P_((void));
    extern void free_optsmenu P_((struct optsmenu **ptr));
    ***************
    *** 1283,1289 ****
    const char * opt_string,
    struct string * menu_text));

    ! /* options.c */

    extern int options P_((struct MailboxView *mailbox,
    struct AliasView *aview,
    --- 1398,1404 ----
    const char * opt_string,
    struct string * menu_text));

    ! /* src/options.c */

    extern int options P_((struct MailboxVi