//310set_priority
// allow the user to add a "X-Priority" header when composing messages?
// a value of 0 = no, 1 = yes
$_prefs['set_priority'] = array(
    'value' => 0,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Set the X-Priority header when composing messages?"));
