From 74cb38b6016200f63ea4dc708692612bbdbd8f27 Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 11 Oct 2008 22:45:24 +0000 Subject: [PATCH] ezmlm-web interface code: * add gpg-ezmlm option "RequireSigs" --- lang/en.hdf | 1 + template/config_options/gpgezmlm_requiresigs.cs | 6 ++++++ template/ui/expert.hdf | 1 + template/ui/normal.hdf | 1 + 4 files changed, 9 insertions(+) create mode 100644 template/config_options/gpgezmlm_requiresigs.cs diff --git a/lang/en.hdf b/lang/en.hdf index 37c2474..d8cf21a 100644 --- a/lang/en.hdf +++ b/lang/en.hdf @@ -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 } diff --git a/template/config_options/gpgezmlm_requiresigs.cs b/template/config_options/gpgezmlm_requiresigs.cs new file mode 100644 index 0000000..4937380 --- /dev/null +++ b/template/config_options/gpgezmlm_requiresigs.cs @@ -0,0 +1,6 @@ + + + + + + diff --git a/template/ui/expert.hdf b/template/ui/expert.hdf index 69b9100..3d7b741 100644 --- a/template/ui/expert.hdf +++ b/template/ui/expert.hdf @@ -134,6 +134,7 @@ UI { GpgEzmlmOptions { SignMessages = gpgezmlm_signmessages PlainWithoutKey = gpgezmlm_plainwithoutkey + RequireSigs = gpgezmlm_requiresigs } Processing { diff --git a/template/ui/normal.hdf b/template/ui/normal.hdf index ca62e28..d1b995e 100644 --- a/template/ui/normal.hdf +++ b/template/ui/normal.hdf @@ -120,6 +120,7 @@ UI { GpgEzmlmOptions { SignMessages = gpgezmlm_signmessages PlainWithoutKey = gpgezmlm_nokeynocrypt + RequireSigs = gpgezmlm_requiresigs } Processing {