[imp] IMP 2.3.x and Turba

Adam Tauno Williams adam@morrison-ind.com
Fri, 17 Aug 2001 16:45:45 -0400


>>No.  If I click expand names to goes to the listing of messages in the
>>INBOX.  But then,  I don't have it setup yet.
>That's _very_ wrong... you might have registry problems. Compare 
>horde/config/registry.php to horde/config/registry.php.dist.

My registry.php is an exact copy of the .dist file.  Except for the following
two lines:

$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';

>> I see a icon for "filter inbox" but where does one define the filters?
>Options -> Filters.
 
Ah, didn't have a data source for user preferences set up.  Do now, and there it
is! :)  Wow!  Many very cool options.  Much better than 2.2.x

>> Can I yet define an alias of multiple addresses?  That is my users NUMBER
>>ONE complaint.
>There aren't true groups yet, but you can put comma-seperated email addresses
>into an email field for a contact, yes.

Hmmm,  I guess that is better than before.  Maybe I can hack something together.

>> Going from IMP to Horde prompts for a password the first time.  Anyway to 
>> avoide that yet?
>Look at the auth lines in the registry and read the list archives on this.

Added lines "$this->registry['auth']['login'] = 'imp';" and
"$this->registry['auth']['logout'] = 'imp';" to
/var/www/html/horde/config/registry.php and it started working.