evolution-rss r296 - in trunk: . src
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r296 - in trunk: . src
- Date: Tue, 17 Jun 2008 15:01:46 +0000 (UTC)
Author: lucilanga
Date: Tue Jun 17 15:01:46 2008
New Revision: 296
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=296&view=rev
Log:
2008-06-17 Lucian Langa <lucilanga gnome org>
* fix slow deletion of expired articles
Modified:
trunk/TODO
trunk/src/rss.c
Modified: trunk/TODO
==============================================================================
--- trunk/TODO (original)
+++ trunk/TODO Tue Jun 17 15:01:46 2008
@@ -31,3 +31,5 @@
* cache large feeds
* hook feed properties in folder properties
* rename does not properly work
+ * clist hint should be the folder name not the feed name
+ * check default network timeout
Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c (original)
+++ trunk/src/rss.c Tue Jun 17 15:01:46 2008
@@ -2780,8 +2780,6 @@
CamelStore *store = mail_component_peek_local_store(NULL);
camel_object_hook_event(store, "folder_renamed",
(CamelObjectEventHookFunc)store_folder_renamed, NULL);
- camel_object_hook_event(store, "folder_changed",
- (CamelObjectEventHookFunc)store_folder_renamed, NULL);
camel_object_hook_event((void *)mail_component_peek_session(NULL),
"online", rss_online, NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]