[imp] email sort order issues

EB horde at rnet-tech.com
Tue Sep 14 13:34:53 PDT 2004


Steve Daniels wrote:
> EB wrote:
>
> >>Zitat von EB <horde at rnet-tech.com>:
> >>
> >>
> >>
> >>>I am using mysql.  Preferences I set in options seem to be persistent. 
What
> >>>else am I missing?
> >>>
> >>>Here are the relevant lines from horde/config/conf.php
> >>>
> >>>$conf['prefs']['params']['table'] = 'horde_prefs';
> >>>$conf['prefs']['params']['driverconfig'] = 'horde';
> >>>$conf['prefs']['driver'] = 'sql';
> >>>
> >>>
> >>And are your preferences actually working, ie. can you change the sort order
> >>in the prefs?
> >>
> >>
> >>
> >I tried the display options for horde and changed the color scheme.  It was
> >persistent and so I assumed the rest were as well.  After your note, I tried
> >other options and am now seeing IMP and TURBA options not working.  (That's
as
> >far as I went)
> >
> >Thanks
> >
> >-eb
> >
> Log into mysql or use something like phpMysqlAdmin  to heck that the
> horde_prefs table actually exists and has data in it.
> You did create the table right?
> If not there is an sql script in the scripts folder in horde for it.
>
> HTH
> Steve

Steve,

The table is there and it contains data.  (extract below).

Thanks,

eb

-----------------------------
--
-- Table structure for table `horde_prefs`
--

CREATE TABLE horde_prefs (
  pref_uid varchar(200) NOT NULL default '',
  pref_scope varchar(16) NOT NULL default '',
  pref_name varchar(32) NOT NULL default '',
  pref_value longtext,
  PRIMARY KEY  (pref_uid,pref_scope,pref_name)
) TYPE=MyISAM;

--
-- Dumping data for table `horde_prefs`
--
.......
-----------------------------



More information about the imp mailing list