[imp] IMP 3.1 Login behavior

Martin List-Petersen martin@list-petersen.dk
Fri, 21 Jun 2002 19:37:40 +0200


Citat Martin List-Petersen <martin@list-petersen.dk>:

> On Tue, 2002-06-18 at 11:57, Jan Schneider wrote:
> > I still can't reproduce it. But we fixed this code a bit between the
> > versions. Do you by chance still have Horde 2.0? Perhaps this won't work
> > with IMP 3.1 and Horde 2.0, but Horde 2.1 is definitely fine here.
> > 
> 
> Nope, i use a cvs snapshot of Horde RELENG_2 and IMP RELENG_3
> 

I found the bug (or feature :) ) !

In horde's registry the following has changed from 3.0 to 3.1:
$this->services['imp']['auth']['login'] = array(
 'link' => "%application%/login.php?redirect_url=|url|"

The correct value is now:
$this->services['imp']['auth']['login'] = array(
 'link' => "%application%/login.php?url=|url|"

After changing that, it'll go to the horde summary screen instead, however, i
would like to know, how i can disable the popup for new messages in IMP on the
Horde Summary Screen.

Regards,
Martin List-Petersen