//555auto_expand
// Address book preferences
// Should names in the compose window be expanded automagically?
$_prefs['auto_expand'] = array(
    'value' => 0,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Expand names in the compose window automatically in the background?"));
