phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #2039] Wrong folder size in mail list


From: nobody
Subject: [Phpgroupware-tracker] [Bug #2039] Wrong folder size in mail list
Date: Sun, 22 Dec 2002 01:38:07 -0500

=================== BUG #2039: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2039&group_id=509

Changes by: Dave Hall <address@hidden>
Date: 2002-Dec-22 17:38 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Later
         Assigned to | None                      | angles
                  CC |                           | address@hidden


------------------ Additional Follow-up Comments ----------------------------
Technically this is a bug, but to fix it causes a performance hit.  You can 
turn off "extreme caching" which is a boolean flag. Look in 
email/inc/class.mail_msg_base.inc.php try line 269:
var $session_cache_extreme = True;
comment out that line 

and uncomment the line below it:
//var $session_cache_extreme = False;

This will disable the extreme caching, and give you the folder size.  Please be 
aware this will cause a drop in performance.

I know this has been fixed in the latest release of anglemail, but this 
requires the use of a db table for caching the email data - and so can't be 
included in the stable branch of phpgw.

I have left this report open for the time being, but made its status "Later", 
as afaik its not possible to fix it in stable.

Cheers



=================== BUG #2039: FULL BUG SNAPSHOT ===================


Submitted by: samp                      Project: phpGroupWare                   
Submitted on: 2002-Dec-22 17:20
Category:  email                        Bug Group:  0.9.14.001 release          
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  Later                      Assigned to:  angles                    
Status:  Open                           Component Version:  CVS                 
Platform Version:  Linux - Debian       Reproducibility:  Every Time            

Summary:  Wrong folder size in mail list

Original Submission:  The folder size displayed on the main mail window is 
alway to 1K.

Sam.


Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Dec-22 17:38             By: skwashd
Technically this is a bug, but to fix it causes a performance hit.  You can 
turn off "extreme caching" which is a boolean flag. Look in 
email/inc/class.mail_msg_base.inc.php try line 269:
var $session_cache_extreme = True;
comment out that line 

and uncomment the line below it:
//var $session_cache_extreme = False;

This will disable the extreme caching, and give you the folder size.  Please be 
aware this will cause a drop in performance.

I know this has been fixed in the latest release of anglemail, but this 
requires the use of a db table for caching the email data - and so can't be 
included in the stable branch of phpgw.

I have left this report open for the time being, but made its status "Later", 
as afaik its not possible to fix it in stable.

Cheers


CC List
*******

CC Address                          | Comment
------------------------------------+-----------------------------
address@hidden           | fyi



No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2039&group_id=509



reply via email to

[Prev in Thread] Current Thread [Next in Thread]