ezmlm-web interface:

* add gpg-ezmlm option "encryptToAll"
This commit is contained in:
lars 2008-10-11 22:55:26 +00:00
parent ebc46ba549
commit 90272fda02
4 changed files with 9 additions and 0 deletions

View File

@ -183,6 +183,7 @@ Lang {
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
gpgezmlm_encrypttoall = Encrypt the message to all subscribers within one mail instead of sending a single mail for each subscriber
}

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

View File

@ -136,6 +136,7 @@ UI {
PlainWithoutKey = gpgezmlm_plainwithoutkey
RequireSigs = gpgezmlm_requiresigs
AllowKeySubmission = gpgezmlm_allowkeysubmission
EncryptToAll = gpgezmlm_encrypttoall
}
Processing {

View File

@ -122,6 +122,7 @@ UI {
PlainWithoutKey = gpgezmlm_nokeynocrypt
RequireSigs = gpgezmlm_requiresigs
AllowKeySubmission = gpgezmlm_allowkeysubmission
EncryptToAll = gpgezmlm_encrypttoall
}
Processing {