Quoting Hanns Mattes <ha...@hannsmattes.de>:

Hi,

digging through my horde/omp-installation, I've found a minor quirk in the settings of the prefferred language when receiving an answer to a message. There is an option to select on ore more languages, but in my installation, there are no languages listed to select from.

Any idea what's going wrong?

The language list is generated in the 'on_init' parameter to the 'reply_lang' preference (imp/config/prefs.php):

$_prefs['reply_lang'] = array(
    [...]
    'on_init' => function($ui) {
        $enum = Horde_Nls::getLanguageISO();
        asort($enum);
        $ui->prefs['reply_lang']['enum'] = $enum;
    }
);

That would be the place to start debugging.

michael

___________________________________
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to