Bug#366278: [pkg-horde] Bug#366278: imp4: Action "Purge deleted" disappeared.

Martin Lohmeier martin at mein-horde.de
Sun Jul 2 08:47:26 UTC 2006


Emmanuel DECAEN wrote:
> Hello,
> 
> If you want to have the "Purge deleted" action displayed, you can enable
> it by changing the value of vinbox_id in /etc/horde/imp4/prefs.php :
> 
> $ diff -u /etc/horde/imp4/prefs.php.old /etc/horde/imp4/prefs.php
> --- /etc/horde/imp4/prefs.php.old       2006-06-30 17:06:34.000000000 +0200
> +++ /etc/horde/imp4/prefs.php   2006-06-30 17:06:48.000000000 +0200
> @@ -1209,7 +1209,7 @@
> 
>  // virtual inbox identifier
>  $_prefs['vinbox_id'] = array(
> -    'value' => '',
> +    'value' => '0',
>      'locked' => false,
>      'shared' => false,
>      'type' => 'implicit');
> 
> This is not the solution, but it's a way to have this "Purge deleted"
> back ;-)
> 

Hi,

this is rather a bug then a configuration problem. The "purge deleted"
link is displayed then you disable "When deleting messages, move them to
your Trash folder instead of marking them as deleted?"

Looking at the default imp/config/prefs.php, this should already be the
default setting.

Lautent, does you prefs.php look like this:

$_prefs['use_trash'] = array(
    'value' => 0,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("When deleting messages, move them to your Trash folder
instead of marking them as deleted?"));

?

bye, Martin

-- 

Powered by Debian GNU / Linux

Browse my blog on http://blog.mein-horde.de

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-horde-hackers/attachments/20060702/8b219173/signature.pgp


More information about the pkg-horde-hackers mailing list