From 1b809bf5e7a5f8476356da69e93833521eba410c Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 11 Oct 2008 23:30:19 +0000 Subject: [PATCH] ezmlm-web interface: * add gpg-ezmlm option "VerifiedKeyReq" --- lang/en.hdf | 1 + template/config_options/gpgezmlm_verifiedkeyreq.cs | 6 ++++++ template/ui/expert.hdf | 1 + template/ui/normal.hdf | 1 + 4 files changed, 9 insertions(+) create mode 100644 template/config_options/gpgezmlm_verifiedkeyreq.cs diff --git a/lang/en.hdf b/lang/en.hdf index c2f0d25..06aa485 100644 --- a/lang/en.hdf +++ b/lang/en.hdf @@ -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 } diff --git a/template/config_options/gpgezmlm_verifiedkeyreq.cs b/template/config_options/gpgezmlm_verifiedkeyreq.cs new file mode 100644 index 0000000..888e744 --- /dev/null +++ b/template/config_options/gpgezmlm_verifiedkeyreq.cs @@ -0,0 +1,6 @@ + + + + + + diff --git a/template/ui/expert.hdf b/template/ui/expert.hdf index 0274c98..ba97bc8 100644 --- a/template/ui/expert.hdf +++ b/template/ui/expert.hdf @@ -137,6 +137,7 @@ UI { RequireSigs = gpgezmlm_requiresigs AllowKeySubmission = gpgezmlm_allowkeysubmission EncryptToAll = gpgezmlm_encrypttoall + VerifiedKeyReq = gpgezmlm_verifiedkeyreq } Processing { diff --git a/template/ui/normal.hdf b/template/ui/normal.hdf index dc93aa5..dff73a7 100644 --- a/template/ui/normal.hdf +++ b/template/ui/normal.hdf @@ -123,6 +123,7 @@ UI { RequireSigs = gpgezmlm_requiresigs AllowKeySubmission = gpgezmlm_allowkeysubmission EncryptToAll = gpgezmlm_encrypttoall + VerifiedKeyReq = gpgezmlm_verifiedkeyreq } Processing {