>>>>>>>I have installed the latest stable version of Squirrelmail.  I am
>>>>>>> able
>>>>>>>to log in and view email but then when I hit next in the pagination
>>>>>>>the
>>>>>>>email disappears and displays "Date Unknown" everywhere.  When I hit
>>>>>>>back to go to the original page...same thing.
>>>>>>>
>>>>>>>This mailbox has over 3000 messages in it.  Does that matter?  Any
>>>>>>>ideas?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>See patch on
>>>>>http://sourceforge.net/tracker/index.php?func=detail&aid=1304408&group_id=311&atid=423679
>>>>>
>>>>>
>>>>>Let me know if it fixes your issue.
>>>>>----------------
>>>>>
>>>>>
>>>>>Hey Tomas,
>>>>>
>>>>>Thanks for the suggestion.  When I try to apply that patch I get:
>>>>>
>>>>>foo:/srv/www/htdocs/com/squirrelmail # patch -p1 < disable_cache.diff
>>>>>can't find file to patch at input line 10
>>>>>Perhaps you used the wrong -p or --strip option?
>>>>>The text leading up to this was:
>>>>>--------------------------
>>>>>|? changes.diff
>>>>>|? config/test.sh
>>>>>|Index: src/move_messages.php
>>>>>|===================================================================
>>>>>|RCS file:
>>>>>/cvsroot/squirrelmail/squirrelmail/src/Attic/move_messages.php,v
>>>>>|retrieving revision 1.81.2.7
>>>>>|diff -u -r1.81.2.7 move_messages.php
>>>>>|--- src/move_messages.php      27 Dec 2004 15:04:00 -0000
>>>>> 1.81.2.7
>>>>>|+++ src/move_messages.php      10 Jan 2006 08:09:59 -0000
>>>>>--------------------------
>>>>>File to patch:
>>>>>
>>>>>Any ideas?  Also this patch says it is for "multiple message delete
>>>>> not
>>>>>working"...is this what I need for the display/pagination issue?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>-p 0
>>>>
>>>>There is no top directory name in patch file.
>>>>
>>>>patch fixes caching issues. move_messages.php has caching problems on
>>>>delete/pagination operations. right_main.php script has incorrect
>>>>showMessagesForMailbox() call. If message cache is corrupted, you will
>>>>get
>>>>lots of unknown sender/unknown date errors in message listing.
>>>> right_main
>>>>issue is hard to reproduce, because it depends on left_main/right_main
>>>>load order.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>Hey Tomas,
>>>
>>>Ok...installed and it fixed the issue somewhat.  it definitely is a
>>>caching issue though.  For example, I can paginate in the Inbox but then
>>>say I go into another folder...hit the next in that and then go back
>>>into the Inbox folder.   Well at first it looks ok...but then when i hit
>>>next it shows me the previous folder's 2nd page.  Make sense?  Should I
>>>wipe out the data dir to make sure it is clean?
>>>
>>>
>>
>>cache is in session, not in data directory. it is cleaned by logging out
>>and closing browser.
>>
>>Could you provide more information about your setup. Used IMAP server,
>> php
>>version, php register_globals setting, server side sorting and threading
>>options in SquirrelMail configuration, used sorting order (default
>>sorting, sorting by date, subject or sender).
>>
>>
>>
>>
>
> Sendmail, Inc.'s IMAP server...I forget what it is called.

connect to imap server with telnet (telnet your-imap-server 143). check
greeting and CAPABILITY response.

telnet some-imap-server 143
- Connected to some imap server
- imap server greeting that I want to see
A01 login your-username your-password
- some reply from imap server
- A01 OK
A02 capability
- imap server's response that I want to see
- A02 OK
A03 logout
- connection closed.

> PHP Version:  4.3.4
> register_globals = On

If you use stable SquirrelMail version, it is strongly recommended to turn
off globals. If you can't do that, I'll ask to apply one more experimental
patch. register_globals=on can cause variable corruption and security
issues.

> server side sorting: ? (i dont see that in my config.php)
> threading options: ?

$allow_server_sort and $allow_thread_sort options.

If you see SORT string in IMAP CAPABILITY response, you should be able to
set $allow_server_sort to true.

SquirrelMail has perl based configuration utility. It is strongly
recommended to use it for SquirrelMail configuration. See
http://www.squirrelmail.org/docs/admin/admin-2.html#ss2.3

Server side sorting option is in 4. General Options section. SquirrelMail
is faster, if server side sorting is turned on.

-- 
Tomas


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
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