Bug 88852 - longer feedintervalls than 99 minutes
Summary: longer feedintervalls than 99 minutes
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: FreeBSD Ports Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-05 00:35 UTC by Tilman Keskinöz
Modified: 2004-09-05 09:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>