• Patch: Elm ME+ 2.5 PLalpha51 -> Elm ME+ 2.5 PLalpha52 [5/7] (2/5)

    From Kari Hurtta@21:1/5 to All on Mon Jun 8 19:48:59 2020
    [continued from previous message]

    ! static char rcsid[] = "@(#)$Id: iconv.c,v 2.11 2020/05/31 11:57:36 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.11 $ $State: Exp $
    *
    * Author: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * (was hurtta+elm@posti.FMI.FI, hurtta+elm@ozone.FMI.FI) ***************
    *** 1365,1370 ****
    --- 1365,1371 ----
    cs_estimate_clip_unsupported,
    cs_iso2022_info_set_iconv,
    cs_give_bytecode_from_iconv,
    + cs_digest_feed_from_null,

    NULL /* Next charset type on this module */
    };
    ***************
    *** 1397,1403 ****
    #include "save_opts.h"

    static ZZZ_SAVE_TYPE save_info_data[] = {
    ! { "auto-charset", ZZZ_DT_BOL(&auto_charset), 0 },
    };

    #if ANSI_C
    --- 1398,1404 ----
    #include "save_opts.h"

    static ZZZ_SAVE_TYPE save_info_data[] = {
    ! { "auto-charset", ZZZ_DT_BOL(&auto_charset), ZZZ_TAIL },
    };

    #if ANSI_C
    Index: elmME+.2.5.alpha52-cvs/shared_libs/include/shared.h
    *** elmME+.2.5.alpha51/shared_libs/include/shared.h Tue Dec 25 20:13:54 2018
    --- elmME+.2.5.alpha52-cvs/shared_libs/include/shared.h Tue May 12 21:18:19 2020
    ***************
    *** 1,7 ****
    ! /* $Id: shared.h,v 2.16 2018/12/01 08:19:44 hurtta Exp $ */

    /******************************************************************************