[horde] Some little problems with Horde 5

Oscar del Rio delrio at mie.utoronto.ca
Sat Nov 3 14:27:28 UTC 2012


On 02/11/2012 4:50 PM, Simon Lichtinghagen wrote:
> - "$_prefs['delhide'] = array('value' => 1,);" doesn't work. I can see
> deleted/moved messages in my inbox?
>
> - How can I change the default direction of the "time-sorting"?

imp/config/prefs.local.php

<?php
$_prefs['mailbox_start']['value'] = IMP::MAILBOX_START_FIRSTPAGE;
$_prefs['sortby']['value'] = Horde_Imap_Client::SORT_SEQUENCE;
$_prefs['sortdir']['value'] = 1;
$_prefs['delhide']['value'] = 1;



More information about the horde mailing list