--- config/mime_drivers.php.dist.orig Mon Dec 24 04:51:49 2001 +++ config/mime_drivers.php.dist Sun Feb 17 11:47:19 2002 @@ -61,4 +61,28 @@ $mime_drivers['imp']['html']['handles'] = array( 'text/html', 'text/richtext' ); +/** + * Misc utilities + */ + +/** + ** PGP/GnuPG Configuration + **/ + +// Should we attempt to verify pgp/gpg signatures? +//$conf['pgp']['enabled'] = false; + +// If we are using gpg support, where is the gpg binary? +//$conf['utils']['gpg'] = '%%LOCALBASE%%/bin/gpg'; + +// What kind of binary are we using? Valid values are 'gpg', 'pgp2', +// and 'pgp5'. +//$conf['pgp']['type'] = 'gpg'; + +// Where should we look for keyrings? +//$conf['pgp']['conf_dir'] = '%%GNUPG_CNFDIR%%'; + +// What keyserver should we use? +//$conf['pgp']['keyserver'] = 'wwwkeys.pgp.net'; + ?>