[evolution-rss] temporary disable filter of articles



commit e9e33a5cb4e6a18787c549a04487bcb388815882
Author: Lucian Langa <lucilanga gnome org>
Date:   Wed Apr 28 10:59:28 2010 +0300

    temporary disable filter of articles

 src/rss.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index 90158b0..dae3b57 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -5996,7 +5996,8 @@ create_mail(create_feed *CF)
 	/* no point in filtering mails at import time as it just
 	 * wastes time, user can setup his own afterwards
 	 */
-	if (appended_uid != NULL
+	g_warning("FILTER DISABLED\n");
+/*	if (appended_uid != NULL
 		&& !rf->import
 		&& !CF->encl
 		&& !g_list_length(CF->attachments)) {	//do not filter enclosure at this time nor media files
@@ -6004,8 +6005,8 @@ create_mail(create_feed *CF)
 		g_ptr_array_add(filter_uids, appended_uid);
 		mail_filter_on_demand (mail_folder, filter_uids);
 /*FIXME do not know 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);
+	}*/
 	//FIXME too lasy to write a separate function
 	if (!rf->import)
 		mail_refresh_folder(mail_folder, NULL, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]