//418empty_trash_menu
// display the 'Empty Trash' link in the menubar?
// 1 = yes, 0 = no
$_prefs['empty_trash_menu'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Display the \"Empty Trash\" link in the menubar?"));
