• Patch: Elm ME+ 2.5 PLalpha52 -> Elm ME+ 2.5 PLalpha53 [1/2] (2/6)

    From Kari Hurtta@21:1/5 to All on Thu Dec 10 20:40:09 2020
    [continued from previous message]

    ! # Should the default for the "Copy message?" question be "yes"?
    !
    ! send-mime-plain-text
    ! # When set, Text/Plain with charset US-ASCII is sent with MIME headers.
    ! # When unset, MIME headers are not included to plain US-ASCII text messages
    ! # when content-transfer-encoding is 7bit (identity). Default: True

    valid-msg-id-domains
    # List of message-id domains (that is everything after '@' on message-id ***************
    *** 998,1025 ****
    #
    # See also: special-use-domains-blacklist, valid-domains, generate-message-id

    - precedences
    - # list of delivery precedences allowed, or empty to allow anything
    - # precedence may be followed by optional ":priority" specification
    -
    - names
    - # When showing To: addresses, just display the recipient name?
    - # If OFF, show entire recipient address.
    -
    - send-mime-plain-text
    - # When set, Text/Plain with charset US-ASCII is sent with MIME headers.
    - # When unset, MIME headers are not included to plain US-ASCII text messages
    - # when content-transfer-encoding is 7bit (identity). Default: True
    -
    - add-in-reply-to-phrase
    - # RFC 2822 (obsoletes RFC 822) allows only "Message-Id" to be included
    - # to "In-Reply-To" header.
    - #
    - # When set, adds also phrase to "In-Reply-To" (violates RFC 2822)
    -
    - dsn-success
    - # If TRUE, success Delivery-Status-Notifications are asked by default.
    -
    $usersection
    #-----------------------------------------------------------------------
    #
    --- 1051,1056 ----
    ***************
    *** 1158,1166 ****
    # This is used only for folders in the user's mail directory and
    # does not affect ordinary files.

    - confirmprint
    - # Should elm ask for confirmation before it print message ?
    -
    confirmtagsave
    # Should Elm ask for confirmation before saving tagged messages to a
    # folder when the cursor is on an untagged message?
    --- 1189,1194 ----
    ***************
    *** 1688,1693 ****
    --- 1716,1744 ----
    #
    # See also: pagealternative, pagemultipart, metamail

    + pagerelated
    + # Should Elm use "pager" to display first part of
    + # multipart/related message or part indicated by "start"
    + # parameter ?
    + #
    + # multipart/related is not supported, and releated
    + # parts are not "passed" to first (or start) part.
    + #
    + # Note that multipart/related is used normally with
    + # text/html as first part. That is not supported,
    + # and also not work when mailcap is used for text/html.
    + #
    + # When multipart/related have only single part (that
    +