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

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

    case OPTION_mail_file_args:
    ***************
    *** 858,863 ****
    --- 878,902 ----
    long_options[x].opt_text,
    l > 20 ? 0 : 20-l,"");
    break;
    +
    + case OPTION_messages:
    + lib_error(CATGETS(elm_msg_cat, ElmSet,
    + ElmArgsMessages,
    + "\t --%sx %*s\tLog some messages to file 'x'.\n\r"),
    + long_options[x].opt_text,
    + l > 19 ? 0 : 19-l,"");
    + break;
    +
    + case OPTION_transaction:
    + lib_error(CATGETS(elm_msg_cat, ElmSet,
    + ElmArgsTransaction,
    + "\t --%sx %*s\tLog remote protocol transaction to file 'x'.\n\r\
    + \t %*s\tWarning: A transaction (transcript) file will include passwords!\n\r"),
    + long_options[x].opt_text,
    + l > 19 ? 0 : 19-l,"",
    + 20,""
    + );
    + break;

    case OPTION_bad: break;
    }
    Index: elmME+.2.5.alpha52-cvs/src/block/def_block.h
    *** elmME+.2.5.alpha51/src/block/def_block.h Wed Sep 13 19:32:05 2017
    --- elmME+.2.5.alpha52-cvs/src/block/def_block.h Thu May 21 05:58:29 2020
    ***************
    *** 1,7 ****
    ! /* $Id: