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

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

    extern ESTR folders_e; /* folder home directory */
    + extern int Expires_have_time; /* Expires: -header field generated from
    + Message Header Edit Screen have
    + date and time; if not set, only
    + date in shown.
    + */
    extern ESTR extra_mailbox_dir_e;
    extern FLAGS mailbox_locking;

    ***************
    *** 1557,1568 ****
    --- 1575,1602 ----
    NUM_verify_domain
    };

    + extern int verify_alias_domain; /* Should we try check existence
    + of mail domain from alias
    + expanded addresses ? */
    +
    extern ENUMERATE verify_domain; /* Should we try check existence
    of mail domain?
    */
    extern int verify_local_address; /* flag: Should we try check existence
    of local user
    */
    +
    + enum verify_ldomain_v {
    + verify_ldomain_no = 0,
    + verify_ldomain_yes,
    + verify_ldomain_remote_mailer,
    + NUM_verify_ldomain
    + };
    +
    + extern ENUMERATE verify_local_domain; /* Should we try check existence of
    + "mailname" or "hostfullname" ?
    + */
    +
    extern char v_editor[SLEN]; /* "~v" editor... */
    extern int elm_filter; /* flag: weed out header lines? */
    extern int send_mime_plain; /* Send text/plain US-ASCII as MIME? */ ***************
    *** 1739,1761 ****
    union action_routine_data data,
    const struct schedul