<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>k3mist™ &#187; evolution mail</title>
	<atom:link href="http://k3mist.com/tag/evolution-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://k3mist.com</link>
	<description>Development, Design &#38; System Administration</description>
	<lastBuildDate>Sat, 12 Sep 2009 15:40:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Evolution Mail 2.26.1 &#8211; Not deleting trash</title>
		<link>http://k3mist.com/linux/evolution-mail-2-26-1-not-deleting-trash/</link>
		<comments>http://k3mist.com/linux/evolution-mail-2-26-1-not-deleting-trash/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:53:31 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[evolution mail]]></category>
		<category><![CDATA[evolution mail trash]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=169</guid>
		<description><![CDATA[<p>After switching from windoz to Linux, I immediately started using Evolution Mail after being an Outlook user for many years. Evolution in many ways is better than Outlook besides being free, but there is a small issue.</p>
<p>Sometimes, somehow and someway the client loses sync with folders and this little bash script will fix the problem. I originally found this on the Ubuntu forums a few months ago.</p>
<p><code><br />
#!/bin/bash<br />
# see http://ubuntuforums.org/showthread.php?t=974536<br />
cd $HOME/.evolution/mail<br />
echo "Deleting .index(s)";<br />
find -name "*.index" -exec rm {} \;<br />
echo "Deleting .ev-summary(s)";<br />
find -name "*.ev-summary" -exec rm {} \;<br />
echo "Deleting .cmeta(s)";<br />
find -name "*.cmeta" -exec rm {} \;<br />
echo "Done.";<br />
</code></p>
]]></description>
			<content:encoded><![CDATA[<p>After switching from windoz to Linux, I immediately started using Evolution Mail after being an Outlook user for many years. Evolution in many ways is better than Outlook besides being free, but there is a small issue.</p>
<p>Sometimes, somehow and someway the client loses sync with folders and this little bash script will fix the problem. I originally found this on the Ubuntu forums a few months ago.</p>
<p><code><br />
#!/bin/bash<br />
# see http://ubuntuforums.org/showthread.php?t=974536<br />
cd $HOME/.evolution/mail<br />
echo "Deleting .index(s)";<br />
find -name "*.index" -exec rm {} \;<br />
echo "Deleting .ev-summary(s)";<br />
find -name "*.ev-summary" -exec rm {} \;<br />
echo "Deleting .cmeta(s)";<br />
find -name "*.cmeta" -exec rm {} \;<br />
echo "Done.";<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://k3mist.com/linux/evolution-mail-2-26-1-not-deleting-trash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
