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

    From Kari Hurtta@21:1/5 to All on Mon Dec 5 17:04:23 2022
    [continued from previous message]

    + "\t -%c \t\tPrint a verbose header.\n"),
    + code);
    + break;
    + case FRMOPT_transaction:
    + elm_fprintf(stdout,
    + CATGETS(elm_msg_cat,FromSet,FromOptTransaction,
    + "\t -%cx\t\tLog remote protocol transaction to file 'x'.\n\
    + \t \t\tWarning: A transaction (transcript) file will include passwords!\n"),
    + code);
    + break;
    + case FRMOPT_getopt_error: /* getopt() returns '?' on error */
    + break;
    + }
    + }
    +
    + if (have_arg) {
    + /* Skip argument */
    + x++;
    + }
    + }
    +
    }

    /* explanation of messages visible after selection */
    Index: elmME+.2.5.alpha61-cvs/utils/newmail.c
    *** elmME+.2.5.alpha60/utils/newmail.c Fri Sep 4 10:57:00 2020
    --- elmME+.2.5.alpha61-cvs/utils/newmail.c Wed Nov 2 18:26:29 2022 ***************
    *** 1,7 ****
    ! static char rcsid[] = "@(#)$Id: newmail.c,v 2.22 2020/09/04 07:57:00 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.22 $ $State: Exp $
    *
    * Modified by: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * (was hurtta+elm@posti.FMI.FI, hurtta+elm@ozone.FMI.FI)
    --- 1,7 ----
    ! static char rcsid[] = "@(#)$Id: newmail.c,v 2.23 2022/11/02 16:26:29 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.23 $ $State: Exp $
    *
    * Modified by: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * (was hurtta+elm@posti.FMI.FI, hurtta+elm@ozone.FMI.FI)
    ***************
    *** 152,158 ****

    static char version_buff[NLEN];

    ! const char OPTION_LETTERS[] = "d:i:wX:Mr:";


    int