<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Tutorial: Write an Evolution Plugin</title>
	<atom:link href="/2007/09/03/tutorial-write-an-evolution-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/</link>
	<description>a plugin driven, modern notification system for Gnome</description>
	<pubDate>Thu, 30 Apr 2009 03:22:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MumRah</title>
		<link>http://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-2830</link>
		<dc:creator>MumRah</dc:creator>
		<pubDate>Wed, 07 Jan 2009 20:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-2830</guid>
		<description>I got it installed and working, Thanks for the tutorials.
I get this error when installing the evolution plugin


python setup.py bdist_egg
  File "setup.py", line 5
SyntaxError: Non-ASCII character '\xe2' in file setup.py on line 5, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

Please help
Regards, MumRah</description>
		<content:encoded><![CDATA[<p>I got it installed and working, Thanks for the tutorials.<br />
I get this error when installing the evolution plugin</p>
<p>python setup.py bdist_egg<br />
  File &#8220;setup.py&#8221;, line 5<br />
SyntaxError: Non-ASCII character &#8216;\xe2&#8242; in file setup.py on line 5, but no encoding declared; see <a href="http://www.python.org/peps/pep-0263.html" rel="nofollow">http://www.python.org/peps/pep-0263.html</a> for details</p>
<p>Please help<br />
Regards, MumRah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-2707</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Wed, 26 Nov 2008 08:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/#comment-2707</guid>
		<description>mkdir ~/.mumbles # (if you need to, but you shouldn’t)
mkdir ~/.mumbles/plugins
mkdir ~/.mumbles/plugins/icons

You can shorten this with

mkdir -p ~/.mumbles/plugins/icons</description>
		<content:encoded><![CDATA[<p>mkdir ~/.mumbles # (if you need to, but you shouldn’t)<br />
mkdir ~/.mumbles/plugins<br />
mkdir ~/.mumbles/plugins/icons</p>
<p>You can shorten this with</p>
<p>mkdir -p ~/.mumbles/plugins/icons</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dot_j</title>
		<link>http://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-680</link>
		<dc:creator>dot_j</dc:creator>
		<pubDate>Wed, 19 Mar 2008 00:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://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://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-652</link>
		<dc:creator>posburn</dc:creator>
		<pubDate>Thu, 13 Mar 2008 18:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://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://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-393</link>
		<dc:creator>Deniz Dizman</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://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://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-306</link>
		<dc:creator>dot_j</dc:creator>
		<pubDate>Tue, 08 Jan 2008 03:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://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://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-293</link>
		<dc:creator>neil</dc:creator>
		<pubDate>Fri, 04 Jan 2008 20:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://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://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-205</link>
		<dc:creator>Rigs</dc:creator>
		<pubDate>Fri, 30 Nov 2007 22:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://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://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#comment-204</link>
		<dc:creator>Rigs</dc:creator>
		<pubDate>Fri, 30 Nov 2007 22:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://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://mumbles-project.org/2007/09/03/tutorial-write-an-evolution-plugin/comment-page-1/#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://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>
