i changed dimp/config/portal.php as shown below:
in DIMP H3(1.1.1)
<?php
require_once 'Horde/Block.php';
require_once 'Horde/Block/Collection.php';
$collection = new Horde_Block_Collection();
$dimp_block_list = array();
+ require_once '../lib/Block/account.php';
+ $dimp_block_list[_("My Account Information")] = array(
+ 'ob' => $collection->getBlock('horde', 'account', array())
+ );
And then set login page to 'portal'
-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of [email protected]
Sent: Friday, October 24, 2008 10:56 PM
To: [email protected]
Subject: Re: [imp] quota under dimp
Same problem here, plus Inbox list does not load until after I click on a
different folder.
eric.
Quoting Dominique LALOT <[email protected]>:
> Hello,
>
> I'm not able to see quota at startup using dimp. It only appears
> after cliking on "Get Mail"
> I've checked prefs.php and found nothing
>
> Did I miss something?
>
> groupware webmail edition 1.2
>
> Thanks
>
> Dom
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: [email protected]
>
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]