mainphpGroupWare - Support: sr #102417, preference for email refresh...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

sr #102417: preference for email refresh interval

Submitter:  Johnson <jecinc>
Submitted:  Tue 09 Sep 2003 08:35:41 PM UTC
   
 
Category:  Feature Request Priority:  5 - Normal
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  None

Wed 10 Sep 2003 08:05:35 PM UTC, comment #1: 


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.

Johnson <jecinc>
Tue 09 Sep 2003 08:35:41 PM UTC, original submission:  


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.

Johnson <jecinc>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2003-10-13 skwashd Summaryskwashd - pref for email refresh interval
2003-09-10 jecinc Summaryskwashd - pref for email refresh interva

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code