//355strip_attachments
// Should we display an icon to strip attachments?
// a value of 0 = no, 1 = yes
$_prefs['strip_attachments'] = array(
    'value' => 0,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Show an icon to allow stripping of attachments from messages?"));
