Mercurial > hg > Feedworm
diff backend/couchdb/Preferences.py @ 146:8ec20377bcb0
move getting the entries for a feed to the backend so that the couchdb backend can use a custom view for feed entries
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 25 Aug 2011 07:01:45 +0200 |
parents | 9e1e6b96d8b0 |
children | 2d159eb2a91b |
line wrap: on
line diff
--- a/backend/couchdb/Preferences.py Thu Aug 25 05:39:03 2011 +0200 +++ b/backend/couchdb/Preferences.py Thu Aug 25 07:01:45 2011 +0200 @@ -20,3 +20,12 @@ def proxyPort(self): return self._valueForKey("proxyPort") + + def showOnlyUnreadFeeds(self): + return self._valueForKey("showOnlyUnreadFeeds") + + def startMaximized(self): + return self._valueForKey("startMaximized") + + def hideReadFeedEntries(self): + return self._valueForKey("hideReadFeedEntries") \ No newline at end of file