Skip to content

Is it possible to disable the message/preview pane in 6.x ? #59

@joelbaltazor

Description

@joelbaltazor

I am trying to disable the message/preview pane in imp.
Running the latest imp from dev-FRAMEWORK_6_0
horde/imp dev-FRAMEWORK_6_0 def3afd

In horde5 We had an imp/config/prefs.local.php

$_prefs['show_preview']['value'] = 0;
$_prefs['show_preview']['locked'] = true;

I've also tried:

$_prefs['preview_pane']['value'] = 0;
$_prefs['preview_pane']['locked'] = true;

I searched the horde database table horde_prefs and do not find either of those (or anything preview or pane related) set for any user on my system.

Is there a different preference I should be using?

Thank you,
Joel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions