Skip to content

Commit 9a13268

Browse files
committed
data/settings: Add a note to settings where ~/ can be used
1 parent f6b9926 commit 9a13268

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

data/settings.js

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7494,7 +7494,7 @@ external files, which also allows single-instance storage of them.
74947494
74957495
If no value is specified, attachment saving to external files is disabled.
74967496
7497-
[[variable,mail-user]] can be used.`
7497+
[[variable,mail-user]] and \`~/\` can be used.`
74987498
},
74997499

75007500
mail_ext_attachment: {
@@ -8013,7 +8013,9 @@ but not the home directory itself (see
80138013
[[link,home_directories_for_virtual_users]]).
80148014
80158015
The path must be absolute, not a relative path. Even if relative paths appear
8016-
to work, this usage is deprecated and will likely stop working at some point.`
8016+
to work, this usage is deprecated and will likely stop working at some point.
8017+
8018+
[[variable,mail-user]] and \`~/\` can be used.`
80178019
},
80188020

80198021
mail_inbox_path: {
@@ -8033,7 +8035,9 @@ This can also be used to specify a different INBOX path with Maildir:
80338035
mail_driver = maildir
80348036
mail_path = ~/Maildir
80358037
mail_inbox_path = ~/Maildir/.INBOX
8036-
\`\`\``
8038+
\`\`\`
8039+
8040+
[[variable,mail-user]] and \`~/\` can be used.`
80378041
},
80388042

80398043
mail_index_path: {
@@ -8044,7 +8048,9 @@ This can also be used to specify a different INBOX path with Maildir:
80448048
'[[link,mail_location_index_files]]',
80458049
],
80468050
text: `
8047-
Location of [[link,mail_location_index_files,index files]].`
8051+
Location of [[link,mail_location_index_files,index files]].
8052+
8053+
[[variable,mail-user]] and \`~/\` can be used.`
80488054
},
80498055

80508056
mail_index_private_path: {
@@ -8053,7 +8059,9 @@ Location of [[link,mail_location_index_files,index files]].`
80538059
seealso: [ '[[link,shared_mailboxes_public]]' ],
80548060
text: `
80558061
The private index files are used with shared mailboxes to provide private
8056-
(per-user) message flags.`
8062+
(per-user) message flags.
8063+
8064+
[[variable,mail-user]] and \`~/\` can be used.`
80578065
},
80588066

80598067
mail_cache_path: {
@@ -8064,22 +8072,28 @@ The private index files are used with shared mailboxes to provide private
80648072
Place \`dovecot.index.cache\` files to this directory instead of among the
80658073
other index files. This may be used as an optimization to split most index
80668074
files to the fastest (smallest) storage while keeping cache files in a slightly
8067-
slower (larger) storage.`
8075+
slower (larger) storage.
8076+
8077+
[[variable,mail-user]] and \`~/\` can be used.`
80688078
},
80698079

80708080
mail_control_path: {
80718081
tags: [ 'mail-location' ],
80728082
values: setting_types.STRING,
80738083
text: `
8074-
Location for (mailbox-format specific) control files.`
8084+
Location for (mailbox-format specific) control files.
8085+
8086+
[[variable,mail-user]] and \`~/\` can be used.`
80758087
},
80768088

80778089
mail_alt_path: {
80788090
tags: [ 'mail-location' ],
80798091
values: setting_types.STRING,
80808092
seealso: [ '[[link,dbox_alt_storage]]' ],
80818093
text: `
8082-
Specifies the [[link,dbox_alt_storage]] path.`
8094+
Specifies the [[link,dbox_alt_storage]] path.
8095+
8096+
[[variable,mail-user]] and \`~/\` can be used.`
80838097
},
80848098

80858099
mail_alt_check: {
@@ -8185,7 +8199,9 @@ example \`mailboxes\` with [[link,dbox]].`
81858199
Specifies the location of volatile files. This includes lock files and
81868200
potentially other files that don't need to exist permanently, so it can point
81878201
to an in-memory filesystem (\`tmpfs\`). This is especially useful to avoid
8188-
creating lock files to NFS or other remote filesystems.`
8202+
creating lock files to NFS or other remote filesystems.
8203+
8204+
[[variable,mail-user]] and \`~/\` can be used.`
81898205
},
81908206

81918207
mailbox_list_index_prefix: {

0 commit comments

Comments
 (0)