ezmlm-web interface:

* add gpg-ezmlm option "allowKeySubmission"
This commit is contained in:
lars 2008-10-11 22:50:15 +00:00
parent 74cb38b601
commit ebc46ba549
4 changed files with 9 additions and 0 deletions

View file

@ -182,6 +182,7 @@ Lang {
gpgezmlm_nokeynocrypt = Send a warning instead of the original content to subscribers without a key
gpgezmlm_signmessages = Sign outgoing messages with the list's key
gpgezmlm_requiresigs = Accept only incoming messages with signatures
gpgezmlm_allowkeysubmission = Allow submitting a key in the subscription confirmation mail
}

View file

@ -0,0 +1,6 @@
<?cs if:Data.List.Features.GpgEzmlm ?>
<!-- REMOVE --><?cs include:TemplateDir + '/macros.cs' ?>
<!-- Gnupg: sign outgoing messages -->
<?cs call:checkbox("gpgezmlm_allowkeysubmission") ?>
<?cs /if ?>

View file

@ -135,6 +135,7 @@ UI {
SignMessages = gpgezmlm_signmessages
PlainWithoutKey = gpgezmlm_plainwithoutkey
RequireSigs = gpgezmlm_requiresigs
AllowKeySubmission = gpgezmlm_allowkeysubmission
}
Processing {

View file

@ -121,6 +121,7 @@ UI {
SignMessages = gpgezmlm_signmessages
PlainWithoutKey = gpgezmlm_nokeynocrypt
RequireSigs = gpgezmlm_requiresigs
AllowKeySubmission = gpgezmlm_allowkeysubmission
}
Processing {