//370html_image_addrbook
// By default, automatically show images in HTML messages if the sender is in
// the user's addressbook?
// a value of 0 = no, 1 = yes
$_prefs['html_image_addrbook'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Automatically show images in HTML messages when the sender is in my addressbook?"),
    'help' => 'prefs-html_image_addrbook'
);
