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

    From Kari Hurtta@21:1/5 to All on Sat May 1 19:23:25 2021
    [continued from previous message]

    ***************
    *** 161,166 ****
    --- 165,172 ----
    if (0 == now) now = time(NULL);

    h->lines = 0;
    + h->size_lines_s = NULL;
    +
    h->index_number_X = 0;
    h->status = 0;
    h->status1 = 0;
    ***************
    *** 201,209 ****
    --- 207,217 ----
    h->body_parsed = 0;
    h->mime_parsed = 0;
    h->time_menu_today = 0;
    + h->header_charset_set = 0;

    h->header_charset = NULL;
    h->override_charset = NULL;
    + h->default_body_charset = NULL;
    }


    ***************
    *** 222,237 ****

    if (NULL != (tmphdr = locate_header_by_name(parsed_headers,
    "Sensitivity"))) {
    ! if (0 == strcmp(tmphdr->body,"2"))
    ! current_header->status |= PRIVATE_MAIL;
    ! else if (0 == strcmp(tmphdr->body,"3"))
    ! current_header->status |= CONFIDENTIAL;
    }

    if (NULL != (tmphdr = locate_header_by_name(parsed_headers,
    "Importance"))) {
    ! if (0 == strcmp(tmphdr->body,"2"))
    ! current_header->status |= URGE