phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [support #102417] preference for email refresh in


From: nobody
Subject: [Phpgroupware-tracker] [support #102417] preference for email refresh interval
Date: Mon, 13 Oct 2003 03:36:02 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030618 Debian/1.3.1-3


Support Request #102417, was updated on Wed 09/10/03 at 06:35
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=102417&group_id=509

Category: Feature Request
Status: Open
Priority: 5
Summary: preference for email refresh interval

By: jecinc
Date: Thu 09/11/03 at 06:05
Logged In: YES 
user_id=10780
Browser: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131

in email/inc/class.boindex.inc.php  



changing    

                        //$this->xi['auto_refresh_widget'] =

                        //      $my_other_widgets->auto_refresh(

                        //             

$GLOBALS['phpgw_info']['flags']['email_refresh_uri'],

                        //              240000);

                        $this->xi['auto_refresh_widget'] =



to this                               

$my_other_widgets->auto_refresh(

                                       

$GLOBALS['phpgw_info']['flags']['email_refresh_uri'] );



makes the system use the user pref.



Adding $GLOBALS['phpgw']->msg->set_pref_value('refresh_ms',

10*60*1000 ); at the top of the auto_refresh function in

email/inc/class.html_widgets.inc.php works, but I can't

figure out the prefs screen to get a text box to show up for

this setting.

----------------------------------------------------------------------

By: jecinc
Date: Wed 09/10/03 at 06:35
Logged In: YES 
user_id=10780
Browser: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131

A user pref for the email refresh interval is much desired



People seem to want to change it (I would like to

disable it).



It looks like it is set on line 369 of

email/inc/class.boindex.inc.php 



In fact, function auto_refresh in

email/inc/class.html_widgets.inc.php that line 369

above actually calls looks like it is written to accept

a user pref but it looks incomplete and I couldn't find

where it could be set.





----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=102417&group_id=509

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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