ezmlm-web interface code:

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

View file

@ -181,6 +181,7 @@ Lang {
special_replytoself = Redirect replies to the list
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
}

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

View file

@ -134,6 +134,7 @@ UI {
GpgEzmlmOptions {
SignMessages = gpgezmlm_signmessages
PlainWithoutKey = gpgezmlm_plainwithoutkey
RequireSigs = gpgezmlm_requiresigs
}
Processing {

View file

@ -120,6 +120,7 @@ UI {
GpgEzmlmOptions {
SignMessages = gpgezmlm_signmessages
PlainWithoutKey = gpgezmlm_nokeynocrypt
RequireSigs = gpgezmlm_requiresigs
}
Processing {