evolution-rss r450 - in trunk: . src
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r450 - in trunk: . src
- Date: Fri, 27 Feb 2009 15:53:52 +0000 (UTC)
Author: lucilanga
Date: Fri Feb 27 15:53:52 2009
New Revision: 450
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=450&view=rev
Log:
2009-02-27 Lucian Langa <lucilanga gnome org>
* src/rss.c: (create_mail) reenable rss article filtering (we are
using on demand filtering for articles)
Modified:
trunk/ChangeLog
trunk/TODO
trunk/src/rss.c
Modified: trunk/TODO
==============================================================================
--- trunk/TODO (original)
+++ trunk/TODO Fri Feb 27 15:53:52 2009
@@ -54,3 +54,5 @@
* handle slash categories
* add feed logo in title
* use ico if feed does not provide an icon
+ * hook update in the properties of folder
+ * search favicon in the subdomain->domain
Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c (original)
+++ trunk/src/rss.c Fri Feb 27 15:53:52 2009
@@ -3711,14 +3711,14 @@
camel_folder_append_message(mail_folder, new, info, &appended_uid, ex);
-// if (appended_uid != NULL)
-// {
-// filter_uids = g_ptr_array_sized_new(1);
-// g_ptr_array_add(filter_uids, appended_uid);
-// mail_filter_on_demand (mail_folder, filter_uids);
+ if (appended_uid != NULL)
+ {
+ filter_uids = g_ptr_array_sized_new(1);
+ g_ptr_array_add(filter_uids, appended_uid);
+ mail_filter_on_demand (mail_folder, filter_uids);
/*FIXME do not how to free this
-// g_object_weak_ref((GObject *)filter_uids, free_filter_uids, NULL);*/
-// }
+ g_object_weak_ref((GObject *)filter_uids, free_filter_uids, NULL);*/
+ }
camel_folder_sync(mail_folder, FALSE, NULL);
camel_folder_thaw(mail_folder);
camel_operation_end(NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]