phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [support #102417] skwashd - pref for email refres


From: nobody
Subject: [Phpgroupware-tracker] [support #102417] skwashd - pref for email refresh interval
Date: Wed, 10 Sep 2003 16:05:35 -0400
User-agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131


Support Request #102417, was updated on Tue 09/09/2003 at 20: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: skwashd - pref for email refresh interval

By: jecinc
Date: Wed 09/10/2003 at 20: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: Tue 09/09/2003 at 20: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]