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: imp-boun...@lists.horde.org [mailto:imp-boun...@lists.horde.org] On
Behalf Of eric.lo...@ues.edu.sv
Sent: Friday, October 24, 2008 10:56 PM
To: imp@lists.horde.org
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 <dom.la...@gmail.com>:

> 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: imp-unsubscr...@lists.horde.org
>



--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to