Bug 88852

Summary: longer feedintervalls than 99 minutes
Product: [Applications] akregator Reporter: Tilman Keskinöz <tilman>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: FreeBSD Ports   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tilman Keskinöz 2004-09-05 00:35:31 UTC
Version:           1.0b6 (using KDE KDE 3.3.0)
Installed from:    FreeBSD Ports

On my blogroll are several feeds that are updated once every week or something like that. Polling them every 90 minutes is overhead. 
I would like to enter polling intervalls large than 99 minutes e.g. every 2nd hours, which is reasonable for most blogs I read, up to maybe daily, so i can read new posts in the morning.
Comment 1 Frank Osterfeld 2004-09-05 09:34:05 UTC
CVS commit by osterfeld: 

Set maximum fetch interval to 1000000 minutes (approx. 2 years). Should be enough 
for now ;)
 
There could be a more convenient way to enter big interval though, like a combobox 
with options "minutes", "hours", "days".

CCMAIL=88852-done@bugs.kde.org
 


  M +4 -1      propertieswidgetbase.ui   1.14


--- kdenonbeta/akregator/src/propertieswidgetbase.ui  #1.13:1.14
@@ -1,3 +1,3 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 <class>FeedPropertiesWidgetBase</class>
 <widget class="QWidget">
@@ -226,4 +226,7 @@
                         <string> minutes</string>
                     </property>
+                    <property name="maxValue">
+                        <number>1000000</number>
+                    </property>
                 </widget>
             </hbox>