Skip to content

Commit 3733977

Browse files
Sergey-Kitovfleischie
authored andcommitted
data: Change mbox_read_locks and mbox_write_locks to boollist.
1 parent 4e6f02d commit 3733977

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

data/settings.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8227,14 +8227,12 @@ The default should not be changed for most installations.`
82278227
default: 'fcntl',
82288228
tags: [ 'mbox' ],
82298229
seealso: [ '[[link,mbox]]' ],
8230-
values: setting_types.ENUM,
8230+
values: setting_types.BOOLLIST,
82318231
values_enum: [ 'dotlock', 'dotlock_try', 'fcntl', 'flock', 'lockf' ],
82328232
text: `
82338233
Specify which locking method(s) to use for locking the mbox files during
82348234
reading.
82358235
8236-
To use multiple values, separate them with spaces.
8237-
82388236
Descriptions of the locking methods can be found at [[link,mbox_locking]].`
82398237
},
82408238

@@ -8255,14 +8253,12 @@ If set, this option overrides [[setting,mbox_dirty_syncs]].`
82558253
default: 'dotlock fcntl',
82568254
tags: [ 'mbox' ],
82578255
seealso: [ '[[link,mbox]]' ],
8258-
values: setting_types.ENUM,
8256+
values: setting_types.BOOLLIST,
82598257
values_enum: [ 'dotlock', 'dotlock_try', 'fcntl', 'flock', 'lockf' ],
82608258
text: `
82618259
Specify which locking method(s) to use for locking the mbox files during
82628260
writing.
82638261
8264-
To use multiple values, separate them with spaces.
8265-
82668262
Descriptions of the locking methods can be found at [[link,mbox_locking]].`
82678263
},
82688264

0 commit comments

Comments
 (0)