ezmlm-web/template/ui/gnupg/normal.hdf
lars d845390a9b 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)
2007-03-26 19:06:45 +00:00

58 lines
874 B
Plaintext

UI {
Navigation {
ListSelect = 1
ListCreate = 1
Subscribers {
Subscribers = 1
}
Config {
Main = 1
}
Gnupg {
PublicKeys = 1
SecretKeys = 1
GenerateKey = 1
}
TextEdit = 1
ListDelete = 1
Language = 1
Interface = 1
Help = 1
}
Options {
GenerateKey {
KeyName = gnupg_keyname
KeyComment = gnupg_keycomment
KeySize = gnupg_keysize
KeyExpiration = gnupg_keyexpires
}
Config {
Main {
#Language = lang_select
#Charset = charset_select
SignMessages = gnupg_sign_messages
EncryptToAll = gnupg_encrypt_to_all
AllowKeySubmission = gnupg_allow_key_submission
NokeyNocrypt = gnupg_nokey_nocrypt
VerifiedKeyReq = gnupg_verified_key_required
RequireSub = gnupg_require_subscriber
requireSigs = gnupg_require_sigs
WebUsers = webusers
}
}
}
}