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 {