[imp] Cannot find individual options configuration page for users
Mark Worsdall
imp at worsdall.demon.co.uk
Tue Sep 20 15:46:22 PDT 2005
Hi,
Its not all simple for 1st use and learning yet another language, but I
think if I can just get these 1st steps going.
I have tried allsorts but can't get them work:-
in /horde/config/hooks.php:
if (!function_exists('_imp_hook_signature')) {
$sig = 'cat ~/.signature';
return $sig;
}
Did not work so added a /horde/imp/config/hooks.php file with
if (!function_exists('_imp_hook_signature')) {
$sig = 'cat ~/.signature';
return $sig;
}
in /horde/imp/config/prefs.php
// user signature
$_prefs['signature'] = array(
'value' => '',
'locked' => true,
'shared' => false,
'type' => 'textarea',
'desc' => _("Your signature:"));
Tried with:
in /horde/config/conf.php added:
$conf['hooks']['signature'] = true;
in /horde/imp/config/conf.php added:
$conf['hooks']['signature'] = true;
Any ideas?
--
Mark Worsdall
http://www.shadowrobot.com/ need a hand??
More information about the imp
mailing list