[imp] Changing Identity

ls@lonely-star.org ls at lonely-star.org
Sat Nov 5 09:52:37 PST 2005


Thanks, that sounds very easy.
The Problem: The option button does not appear. After looking in the 
faq, I did
the following:
I create a database called 'horde' and created a table using:

mysql> CREATE TABLE horde_prefs (
   ->     pref_uid        VARCHAR(255) NOT NULL,
   ->     pref_scope      VARCHAR(16) NOT NULL DEFAULT '',
   ->     pref_name       VARCHAR(32) NOT NULL,
   ->     pref_value      TEXT,
   -> --
   ->     PRIMARY KEY (pref_uid, pref_scope, pref_name)
   -> );
Query OK, 0 rows affected (0.01 sec)

mysql> GRANT SELECT, INSERT, UPDATE, DELETE ON horde_prefs TO horde;
Query OK, 0 rows affected (0.09 sec)

In my horde/config/conf.php I changed

$conf['prefs']['driver'] = 'none';

to

$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = '***********';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['prefs']['params']['charset'] = 'iso-8859-1';

Still no "option" button. What do I have to do?
Thanks!
Nathan

Quoting "Kevin M. Myer" <kevin_myer at iu13.org>:

[Hide Quoted Text]
Quoting ls at lonely-star.org:
Hello Together,
I am using Horde Imp on my own webserver. Now, I have serveral eMail adresses
which I am giving to different people. When I compose an eMail it says on the
top

Identität
ls at lonely-star.org (Standardidentität)

("Stabdardidentität" means "Default Identity). How can I configure
Horde Imp, so
that I have several idenities to choose from at that place?
Thanks!
Nathan
When you're in the Mail application, choose Options.  In the left
column (General), choose Personal Information.  From there, you can
setup the identities you want.

Kevin

--
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org


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



More information about the imp mailing list