docs for 2.3.x...

ted ted@rkl.com
Wed, 11 Oct 2000 16:44:29 -0700


will this mysql db structure work for IMP 2.3.x?

For the 2.2.0 version of IMP you will need to setup 2 tables. Here
is a breakdown of the tables and their elements:

Table 1:

   imp_pref (
       user         text
       sig          text
       fullname     text
       replyto      text
       lang         varchar(30)
   )

   imp_addr (
       user         text
       address      text
       nickname     text
       fullname     text
   )
*from '/horde/imp/docs/DATABASE'

-ted

ted wrote:

> Is the any install help for horde and/or IMP 2.3.x? The README's and
> 'doc/INSTALLs' are for older distros and refer to files that are not
> present (eg, horde/install.sh,  horde/imp/config/scripts/mysql_create.sql,
> or any sql-dump for 2.3.x)
>
> Are there any of the above mentioned? If so, where are they?
>
> Thanks,
>
> -ted