[ingo] Forward rule - solved

Marco Pirovano marco.pirovano at unibocconi.it
Thu Sep 21 03:04:46 PDT 2006


Marco Pirovano <marco.pirovano at unibocconi.it> ha scritto:

> Hello,
>
> in the forward rule how can I force the checkbox "Keep a copy of messages in
> this account?" to be checked so this option is "yes" by default ?
>
> Thank you very much.
>
> Ciao,
> Marco

Hi,

I solved the problem simply chancing in ingo/config/pref.php :

// forwards
$_prefs['forward'] = array(
     'value' => 'a:2:{s:1:"a";a:0:{}s:1:"k";i:0;}',     <== this line
     'locked' => false,
     'shared' => false,
     'type' => 'implicit'
);

to:  'a:2:{s:1:"a";a:1:{}s:1:"k";i:0;}'
                    ^^^

Ciao,
Marco

* Marco Pirovano
* Universita' Bocconi, Area Sistemi Informatici e Telematici
* Piazza Sraffa 11 - 20136 Milano
* Tel. +39 02 5836.3173  Fax. +39 02 5836.3160  VoIP. 02 5828.3173



More information about the ingo mailing list