> I'am not sure i have the right mail list.
> But my question is the following:
>
> I keep my deleted mail for several days on my mailserver, after 7 day's is
> is purged by the server
> In Outlook Express i can hide the deleted messages, from the display
> Because i want to use Outlook Express at home and Squirrel when i am at
> work i would like to hide the deleted messages in Squirrel.
>
> Thus: is there a plugin to hide deleted messages form the message list ?
>

Not yet, but adding mailbox filters is planned to be added to SquirrelMail
1.5.1. If you are a little patient you can define your own filter rules
per mailbox and choose a default filter per mailbox. In your case that
would be the rule all messages without the deleted flag set.

In the mean time you could modify the source if you use server side
sorting. It's just a matter of modding the function sqimap_get_sort_order
in functions/imap_messages.php append to the search query (after ALL)
UNDELETED. to be more precise:

$query = "SORT ($sort_on[$sort]) ".strtoupper($default_charset).' ALL
UNDELETED';

somewhere around line 180.

Regards,

Marc Groot Koerkamp.




-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to