ezmlm-web/template/config_options/gnupg_plain_without_key.cs
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

7 lines
211 B
C#

<?cs if:Data.List.Features.Crypto ?>
<!-- REMOVE --><?cs include:TemplateDir + '/macros.cs' ?>
<!-- Gnupg: send plaintext if no key is available -->
<?cs call:checkbox("gnupg_plain_without_key") ?>
<?cs /if ?>