<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Tutorial: Write an Evolution Plugin</title>
	<atom:link href="http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/</link>
	<description>a plugin driven, modern notification system for Gnome</description>
	<pubDate>Fri, 21 Nov 2008 17:17:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: dot_j</title>
		<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-680</link>
		<dc:creator>dot_j</dc:creator>
		<pubDate>Wed, 19 Mar 2008 00:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-680</guid>
		<description>Deniz: The 3rd parameter is an integer (haven't bothered to look up what it is, as it appears to be unrelated to the functionality of the plugin). I have updated the tutorial with information about how to handle this. Please let me know if you have any issues.</description>
		<content:encoded><![CDATA[<p>Deniz: The 3rd parameter is an integer (haven&#8217;t bothered to look up what it is, as it appears to be unrelated to the functionality of the plugin). I have updated the tutorial with information about how to handle this. Please let me know if you have any issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: posburn</title>
		<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-652</link>
		<dc:creator>posburn</dc:creator>
		<pubDate>Thu, 13 Mar 2008 18:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-652</guid>
		<description>Deniz - 

Any chance you could let me know what that 3rd parameter was?  I followed the tutorial to the letter, but its doesn't work for me.  I'm also running Evolution 2.12.1 on Gutsy.</description>
		<content:encoded><![CDATA[<p>Deniz - </p>
<p>Any chance you could let me know what that 3rd parameter was?  I followed the tutorial to the letter, but its doesn&#8217;t work for me.  I&#8217;m also running Evolution 2.12.1 on Gutsy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deniz Dizman</title>
		<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-393</link>
		<dc:creator>Deniz Dizman</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-393</guid>
		<description>I had to add a 3 rd parameter to the NewMail function in __init__.py to get it to work correctly with evolution 2.12.1,  on gutsy</description>
		<content:encoded><![CDATA[<p>I had to add a 3 rd parameter to the NewMail function in __init__.py to get it to work correctly with evolution 2.12.1,  on gutsy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dot_j</title>
		<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-306</link>
		<dc:creator>dot_j</dc:creator>
		<pubDate>Tue, 08 Jan 2008 03:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-306</guid>
		<description>Sorry to hear about your issues with the tutorial - could you please email me (dot_j@thisdomain) copies of the code you are using, your .mumbles directory and the output of 'mumbles -v'? - hopefully we'll be able to solve your problem.</description>
		<content:encoded><![CDATA[<p>Sorry to hear about your issues with the tutorial - could you please email me (dot_j@thisdomain) copies of the code you are using, your .mumbles directory and the output of &#8216;mumbles -v&#8217;? - hopefully we&#8217;ll be able to solve your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neil</title>
		<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-293</link>
		<dc:creator>neil</dc:creator>
		<pubDate>Fri, 04 Jan 2008 20:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-293</guid>
		<description>I followed this tutorial to the letter but cannot seem to make it work.  I installed the .deb package as I am running Ubuntu.  Does this make a difference at all?  It seems the .deb places my plugins in a totally different directory.  Please help, the other plugins all work great!</description>
		<content:encoded><![CDATA[<p>I followed this tutorial to the letter but cannot seem to make it work.  I installed the .deb package as I am running Ubuntu.  Does this make a difference at all?  It seems the .deb places my plugins in a totally different directory.  Please help, the other plugins all work great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rigs</title>
		<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-205</link>
		<dc:creator>Rigs</dc:creator>
		<pubDate>Fri, 30 Nov 2007 22:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-205</guid>
		<description>Sorry again... question:

And what about showing part of the subject?</description>
		<content:encoded><![CDATA[<p>Sorry again&#8230; question:</p>
<p>And what about showing part of the subject?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rigs</title>
		<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-204</link>
		<dc:creator>Rigs</dc:creator>
		<pubDate>Fri, 30 Nov 2007 22:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-204</guid>
		<description>It is working fine !

Quick question.
I have different name folders (Inbox/Personal, Inbox/Alerts, etc) mapped with different rules. 

Is it possible to send alerts only for a specific folder(s) ?</description>
		<content:encoded><![CDATA[<p>It is working fine !</p>
<p>Quick question.<br />
I have different name folders (Inbox/Personal, Inbox/Alerts, etc) mapped with different rules. </p>
<p>Is it possible to send alerts only for a specific folder(s) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mumbles-project.org &#187; New Plugin: Amarok Track Change Notifications</title>
		<link>http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-46</link>
		<dc:creator>mumbles-project.org &#187; New Plugin: Amarok Track Change Notifications</dc:creator>
		<pubDate>Thu, 06 Sep 2007 00:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-46</guid>
		<description>[...] &#171; Tutorial: Write an Evolution Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] &laquo; Tutorial: Write an Evolution Plugin [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
