• Patch: Elm ME+ 2.5 PLalpha54 -> Elm ME+ 2.5 PLalpha60 [1/13] (7/8)

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

    # they are open). This directory must be different than
    ***************
    *** 1190,1206 ****
    # See also: incomingfolders, mailbox-locking
    ### extra-mailbox-dir (not set)

    ! # List of folders which are incoming folders. Incoming folders are
    ! # handled like your spool mailbox.
    ! #
    ! # See also: extra-mailbox-dir, mailbox-locking
    ! ### incomingfolders =

    ! # Tells what locking use with mailboxes which are not in mailhome
    ! # (local mail spool directory)
    #
    # This option includes list of keywords:
    - # lockfile Use {mailbox}.lock file
    # flock Use flock() locking.
    # flock() does not lock files over NFS
    # fcntl Use fcntl() locking.
    --- 1304,1332 ----
    # See also: incomingfolders, mailbox-locking
    ### extra-mailbox-dir (not set)

    ! # If this is set, .dotfiles are shown on Elm 2.5 style file browser
    ! # (.dotdirectories are always shown).
    ! ### file-browser-show-dotfiles = OFF

    ! # If this is set, permission and owner columns are shown on
    ! # Elm 2.5 style file browser
    ! ### file-browser-show-protection = ON
    !
    ! # If this is set, title of columns is shown on Elm 2.5 style file browser
    ! ### file-browser-show-title = OFF
    !
    ! # How to sort local files and directories on Elm 2.5 style
    ! # file browser?
    ! # Possible values: none
    ! # name, reverse-name
    ! # mtive, reverse-mtime
    #
    + # See also: local-dir-sortby
    + ### file-browser-sortby = name
    +
    + # Tells what locking use with "lock-folders"
    + #
    # This option includes list of keywords:
    # flock Use flock() locking.
    # flock() does not lock files over NFS
    # fcntl