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
signature.asc
Description: OpenPGP digital signature