// 610AppRegistryAccounts
$this->applications['accounts'] = array(
    'fileroot' => dirname(__FILE__) . '/../accounts',
    'webroot' => $this->applications['horde']['webroot'] . '/accounts',
    'name' => _("My Account"),
    'status' => 'inactive',
    'menu_parent' => 'myaccount',
);

