• Patch: Elm ME+ 2.5 PLalpha48 -> Elm ME+ 2.5 PLalpha49 [7/9] (3/5)

    From Kari Hurtta@21:1/5 to All on Thu Jan 3 16:44:26 2019
    [continued from previous message]

    const char * tmp = give_dt_estr_as_str(&temp_dir_e,"tmpdir",NULL,NULL);
    - int from_addr_len;
    int ret = 0;

    const struct remote_server * remote_server = NULL;
    --- 2494,2499 ----
    ***************
    *** 1411,1417 ****
    struct elm_commands * snd_cmds = NULL;
    struct address * usraddr = NULL;
    int mail_files_included = 0;
    ! int usraddr_flags = 0;

    if (!tmp)
    return 0;
    --- 2505,2516 ----
    struct elm_commands * snd_cmds = NULL;
    struct address * usraddr = NULL;
    int mail_files_included = 0;
    ! int usraddr_flags = 0;
    !
    ! enum rp_classify_domain env_from_domain_class = env_from_no_domain;
    ! struct classify_domain_result env_from_cdr = NULL_classify_domain_result;
    !
    ! int local_options = 0;

    if (!tmp)
    return 0;
    ***************
    *** 1457,1474 ****
    */

    page = new_menu_context();
    ! if (OPMODE_IS_INTERACTIVE(opmode)) {
    ! int LINES, COLUMNS;
    !
    ! menu_ClearScreen(page);
    !
    ! menu_get_sizes(page,&LINES, &COLUMNS);
    !
    ! prompt_area =
    ! new_menu_subpage(page,LINES-