From ebc46ba549753521ca1b417a70430d63a188b181 Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 11 Oct 2008 22:50:15 +0000 Subject: [PATCH] ezmlm-web interface: * add gpg-ezmlm option "allowKeySubmission" --- lang/en.hdf | 1 + template/config_options/gpgezmlm_allowkeysubmission.cs | 6 ++++++ template/ui/expert.hdf | 1 + template/ui/normal.hdf | 1 + 4 files changed, 9 insertions(+) create mode 100644 template/config_options/gpgezmlm_allowkeysubmission.cs diff --git a/lang/en.hdf b/lang/en.hdf index d8cf21a..0656fc7 100644 --- a/lang/en.hdf +++ b/lang/en.hdf @@ -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 } diff --git a/template/config_options/gpgezmlm_allowkeysubmission.cs b/template/config_options/gpgezmlm_allowkeysubmission.cs new file mode 100644 index 0000000..09042f4 --- /dev/null +++ b/template/config_options/gpgezmlm_allowkeysubmission.cs @@ -0,0 +1,6 @@ + + + + + + diff --git a/template/ui/expert.hdf b/template/ui/expert.hdf index 3d7b741..3a6b0a4 100644 --- a/template/ui/expert.hdf +++ b/template/ui/expert.hdf @@ -135,6 +135,7 @@ UI { SignMessages = gpgezmlm_signmessages PlainWithoutKey = gpgezmlm_plainwithoutkey RequireSigs = gpgezmlm_requiresigs + AllowKeySubmission = gpgezmlm_allowkeysubmission } Processing { diff --git a/template/ui/normal.hdf b/template/ui/normal.hdf index d1b995e..b93ba9d 100644 --- a/template/ui/normal.hdf +++ b/template/ui/normal.hdf @@ -121,6 +121,7 @@ UI { SignMessages = gpgezmlm_signmessages PlainWithoutKey = gpgezmlm_nokeynocrypt RequireSigs = gpgezmlm_requiresigs + AllowKeySubmission = gpgezmlm_allowkeysubmission } Processing {