From 90272fda0254efb5c8db5a182c7d6630226a6cf4 Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 11 Oct 2008 22:55:26 +0000 Subject: [PATCH] ezmlm-web interface: * add gpg-ezmlm option "encryptToAll" --- lang/en.hdf | 1 + template/config_options/gpgezmlm_encrypttoall.cs | 6 ++++++ template/ui/expert.hdf | 1 + template/ui/normal.hdf | 1 + 4 files changed, 9 insertions(+) create mode 100644 template/config_options/gpgezmlm_encrypttoall.cs diff --git a/lang/en.hdf b/lang/en.hdf index 0656fc7..c2f0d25 100644 --- a/lang/en.hdf +++ b/lang/en.hdf @@ -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 } diff --git a/template/config_options/gpgezmlm_encrypttoall.cs b/template/config_options/gpgezmlm_encrypttoall.cs new file mode 100644 index 0000000..a8ca6d3 --- /dev/null +++ b/template/config_options/gpgezmlm_encrypttoall.cs @@ -0,0 +1,6 @@ + + + + + + diff --git a/template/ui/expert.hdf b/template/ui/expert.hdf index 3a6b0a4..0274c98 100644 --- a/template/ui/expert.hdf +++ b/template/ui/expert.hdf @@ -136,6 +136,7 @@ UI { PlainWithoutKey = gpgezmlm_plainwithoutkey RequireSigs = gpgezmlm_requiresigs AllowKeySubmission = gpgezmlm_allowkeysubmission + EncryptToAll = gpgezmlm_encrypttoall } Processing { diff --git a/template/ui/normal.hdf b/template/ui/normal.hdf index b93ba9d..dc93aa5 100644 --- a/template/ui/normal.hdf +++ b/template/ui/normal.hdf @@ -122,6 +122,7 @@ UI { PlainWithoutKey = gpgezmlm_nokeynocrypt RequireSigs = gpgezmlm_requiresigs AllowKeySubmission = gpgezmlm_allowkeysubmission + EncryptToAll = gpgezmlm_encrypttoall } Processing {