ezmlm-web/template/config_options/gnupg_sign_messages.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
192 B
C#

<?cs if:Data.List.Features.Crypto ?>
<!-- REMOVE --><?cs include:TemplateDir + '/macros.cs' ?>
<!-- Gnupg: sign outgoing messages -->
<?cs call:checkbox("gnupg_sign_messages") ?>
<?cs /if ?>