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

    From Kari Hurtta@21:1/5 to All on Thu Nov 24 20:23:46 2022
    [continued from previous message]

    * Author: Kari Hurtta <hurtta+elm@siilo.FMI.FI> (was hurtta+elm@posti.FMI.FI)
    * or Kari Hurtta <elm@elmme-mailer.org>
    ***************
    *** 53,58 ****
    --- 53,59 ----
    #define default_folders "Mail"
    #define default_recvdmail "=received"
    #define default_sentmail "=sent"
    + #define default_dsnmail "=dsn"
    #define DEFAULT_TO_CHARS " TC*L"

    #if 0 /* XXX not used yet */
    ***************
    *** 332,357 ****
    /* message sorting selections */

    #define REVERSE - /* for reverse sorting */
    ! #define SENT_DATE 1 /* the date message was sent */
    ! #define RECEIVED_DATE 2 /* the date message was received */
    ! #define SENDER 3 /* the name/address of sender */
    ! #define SIZE 4 /* the # of lines of the message */
    ! #define SUBJECT 5 /* the subject of the message */
    ! #define STATUS 6 /* the status (deleted, etc) */
    ! #define MAILBOX_ORDER 7 /* the order it is in the file */
    ! #define THREAD 8 /* thread order (date sent/subject */

    /* alias sorting selections */

    ! #define ALIAS_SORT 1 /* the name of the alias */
    ! #define NAME_SORT 2 /* the actu