Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
164c34fb
Unverified
Commit
164c34fb
authored
Oct 16, 2020
by
Stefan Hornburg (Racke)
Committed by
GitHub
Oct 16, 2020
Browse files
Merge pull request #2 from ikedas/racke/pr/alias-wrapper-option-946
Adding gettext_comment
parents
f21f0761
d3752400
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Config/Schema.pm
View file @
164c34fb
...
...
@@ -487,12 +487,14 @@ our %pinfo = (
},
aliases_wrapper
=>
{
context
=>
[
qw(domain site)
],
order
=>
4.0
7
,
order
=>
4.0
45
,
group
=>
'
mta
',
format
=>
['
off
',
'
on
'],
synonym
=>
{'
0
'
=>
'
off
',
'
1
'
=>
'
on
'},
default
=>
'
on
',
,
default
=>
'
on
',
gettext_id
=>
'
Whether to use the alias wrapper
',
gettext_comment
=>
'
If the program to update alias database does not require root privileges, set this parameter to "off" and remove the wrapper file sympa_newaliases-wrapper.
',
},
aliases_db_type
=>
{
context
=>
[
qw(domain site)
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment