[imp] Compose

Eric Rostetter eric.rostetter at physics.utexas.edu
Thu Dec 19 13:52:17 PST 2002


Quoting Derek Martin <derek@younet.okstate.edu>:

> Is there any way to turn off the pop up window in IMP when clicking
> compose and have it load in the same window?  If so, please let me know!
> derek@younet.okstate.edu
> Thanks so much!
> Derek

This is a preference (option), meaning that you can set it globally in
horde/imp/config/prefs.php or each user can set it for themselves in
their options.  See prefs.php for the stanza:

// compose in a separate window?
$_prefs['compose_popup'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Compose messages in a separate window?"));


Change the value from 1 (popup) to 0 (in-line, no popup) to make the change
global.  Set locked to true also to make the change global and unchangable
by the users.  Or just have your users set it to the way they want it in
their preferences (options).

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the imp mailing list