[sork] New to mail list + Sork under Horde 3.1
Eric Rostetter
eric.rostetter at physics.utexas.edu
Sat Jan 18 22:44:26 PST 2003
Quoting Jairo Rizzo <jairo.rizzo at remixnetworks.com>:
> hi again,
>
> I apologize. I meant horde 2.2 ... was thinking of imp.
> My question remains the same. Thank you.
Should be in the docs/INSTALL files, but it looks like the syntax
changed (from show to status) with this release. So try:
$this->applications['accounts'] = array(
'fileroot' => dirname(__FILE__) . '/../accounts',
'webroot' => $this->applications['horde']['webroot'] . '/accounts',
'icon' => $this->applications['horde']['webroot'] .
'/accounts/graphics/accounts.gif',
'name' => _("Account Manager"),
'allow_guests' => false,
'status' => 'active'
);
$this->applications['forwards'] = array(
'fileroot' => dirname(__FILE__) . '/../forwards',
'webroot' => $this->applications['horde']['webroot'] . '/forwards',
'icon' => $this->applications['horde']['webroot'] .
'/forwards/graphics/arrow.gif',
'name' => _("Forwards"),
'allow_guests' => false,
'status' => 'active'
);
$this->applications['passwd'] = array(
'fileroot' => dirname(__FILE__) . '/../passwd',
'webroot' => $this->applications['horde']['webroot'] . '/passwd',
'icon' => $this->applications['horde']['webroot'] . '/passwd/graphics/lock.gif',
'name' => _("Password"),
'allow_guests' => false,
'status' => 'active'
);
$this->applications['vacation'] = array(
'fileroot' => dirname(__FILE__) . '/../vacation',
'webroot' => $this->applications['horde']['webroot'] . '/vacation',
'icon' => $this->applications['horde']['webroot'] .
'/vacation/graphics/plane.gif',
'name' => _("Vacation Notices"),
'allow_guests' => false,
'status' => 'active'
);
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the sork
mailing list