//590use_pgp
// PGP options
// Activate PGP support?
// 0 = no, 1 = yes
$_prefs['use_pgp'] = array(
    'value' => 0,
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);
