ezmlm-web interface:

* add gpg-ezmlm option "VerifiedKeyReq"
This commit is contained in:
lars 2008-10-11 23:30:19 +00:00
parent 90272fda02
commit 1b809bf5e7
4 changed files with 9 additions and 0 deletions

View File

@ -184,6 +184,7 @@ Lang {
gpgezmlm_requiresigs = Accept only incoming messages with signatures
gpgezmlm_allowkeysubmission = Allow submitting a key in the subscription confirmation mail
gpgezmlm_encrypttoall = Encrypt the message to all subscribers within one mail instead of sending a single mail for each subscriber
gpgezmlm_verifiedkeyreq = Use only trusted keys
}

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_verifiedkeyreq") ?>
<?cs /if ?>

View File

@ -137,6 +137,7 @@ UI {
RequireSigs = gpgezmlm_requiresigs
AllowKeySubmission = gpgezmlm_allowkeysubmission
EncryptToAll = gpgezmlm_encrypttoall
VerifiedKeyReq = gpgezmlm_verifiedkeyreq
}
Processing {

View File

@ -123,6 +123,7 @@ UI {
RequireSigs = gpgezmlm_requiresigs
AllowKeySubmission = gpgezmlm_allowkeysubmission
EncryptToAll = gpgezmlm_encrypttoall
VerifiedKeyReq = gpgezmlm_verifiedkeyreq
}
Processing {