removed ezmlmwebrc.gnupg file - setting moved to ezmlmwebrc
removed implementation of 'ui_set' fixed gnupg support improved gettext support (still needs some testing) Encode module is now optional (instead of being required)
This commit is contained in:
parent
b7d01f0324
commit
d845390a9b
29 changed files with 656 additions and 268 deletions
|
@ -69,3 +69,7 @@ $HTML_LANGUAGE = "en";
|
|||
# example: LANGUAGE_LIST = ( "en", "de", "si", "jp" );
|
||||
@LANGUAGE_LIST = ( "en", "de" );
|
||||
|
||||
# turn support for encrypted mailing lists on or off - defaults to 0 (off)
|
||||
# see https://systemausfall.org/toolforge/gpgpy-ezmlm for details
|
||||
$GPG_SUPPORT = 0;
|
||||
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
# sample configuration file for encrypted mailing list support
|
||||
# You do not need to change anything, if you do not want to
|
||||
# manage encrypted mailing lists. See README.gnupg for details.
|
||||
|
||||
# Put this file besides ezmlmwebrc (just suffixed with ".gnupg").
|
||||
|
||||
# BEWARE: enable the following line ONLY if you installed the
|
||||
# Mail::Ezmlm::Gpg module - otherwise ezmlm-web will not work!
|
||||
#use Mail::Ezmlm::Gpg;
|
||||
|
||||
# turn support for encrypted mailing lists on or off
|
||||
# defaults to 0 (off)
|
||||
# you MUST enable the "use" line above, if you want to turn on gnupg support
|
||||
$GPG_SUPPORT = 0;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue