[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Squrrelmail



Thanks for that. I have an error message now if that helps confirm
your view:

"Warning: Failed opening
'/var/www/squirrelmail/functions/page_header.php' for inclusion
(include_path='.:/usr/share/pear') in
/usr/share/squirrelmail/functions/display_messages.php on line 99"

This being Debian there is no /var/www/squirrelmail for it looks like
the application is also confused about where its root directory is.

Please see below for a question I have:


On Fri, Aug 02, 2002 at 11:14:48PM -0400, Derrick 'dman' Hudson wrote:
>On Fri, Aug 02, 2002 at 11:51:22PM +0100, Patrick Kirk wrote:
>
> function sqimap_unseen_messages ($imap_stream, $mailbox) {
>+
>+    // XXX DSH
>+    if ( "$mailbox" == "INBOX" )
>+        {
>+        return 0 ;
>+        }
>+
>     $read_ary = sqimap_run_command ($imap_stream, "STATUS \"$mailbox\" (UNSEEN)", true, $result, $message);
>     $i = 0;
>     while (isset($read_ary[$i])) {
>
>
>(it's simple -- don't request the status of the inbox since that makes
>the server crash)
>


Simple but what do I do?  Replace existing fole, add it, replace part
of it?  (What are the + signs for?)




Reply to: