Well Jon, I went ahead and set those options to true and it took care of
the problem I was having.  All of the messages are immediately sent to the
trash and after the refresh it does after delete, the message is now gone.
 Actually I didn't even set the server thread sorting to true.  I only
needed to changed server side sorting.  Thanks!

Chad


> Hello Chad,
> On Wednesday, November 12, 2003, Chad Morris wrote...
>
>> I'm using Courier IMAP and my server side sorting and server thread
>> sorting are both set to false.
>
> I suggest setting them to true if you compile courier the right way.
> They make things a lot faster, and reduce the loading of message list
> from the cache, which is exactly what this issue seems to be. I'm
> guessing that the issue of the delete is not clearing the item from
> the message cache we store when you don't have server side sorting
> enabled. I'll take a look into it, but if you want a quick test take a
> look at functions/imap_messages.php and look for the following
> functions:
>
>   sqimap_msgs_list_move
>   sqimap_messages_move
>   sqimap_messages_delete
>   sqimap_msgs_list_delete
>
> I believe these are the 4 functions you're going to want.  After all
> the function code, and before the } put in:
>
>   sqsession_unregister('msgs');
>   sqsession_unregister('msort');
>
> That code should remove the message listings from the session cache,
> and might help a bit. That might be what you need. Let me know if it
> works for you, I'll have a few experiments over here.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: ApacheCon 2003,
> 16-19 November in Las Vegas. Learn firsthand the latest
> developments in Apache, PHP, Perl, XML, Java, MySQL,
> WebDAV, and more! http://www.apachecon.com/
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>
>


-- 
Chad Morris
Alliance City Schools


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to