// user full name for From: line
// see also $conf['hooks']['fullname'] in conf.php
$_prefs['fullname'] = array(
    'value' => '',
    'locked' => false,
    'shared' => true,
    'type' => 'implicit'
);
