<?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>Life, the Universe and Everything &#187; script</title>
	<atom:link href="http://wnagele.com/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://wnagele.com</link>
	<description>some more mind ramblings</description>
	<lastBuildDate>Tue, 13 Jul 2010 15:08:25 +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>Procmail recipe to star (flag) IMAP mail</title>
		<link>http://wnagele.com/2010/01/18/procmail-recipe-to-star-flag-imap-mail/</link>
		<comments>http://wnagele.com/2010/01/18/procmail-recipe-to-star-flag-imap-mail/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 18:42:43 +0000</pubDate>
		<dc:creator>wnagele</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[procmail]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://wnagele.com/?p=109</guid>
		<description><![CDATA[Looking for a simple way to star (flag) a mail via my procmail script turned out to be trickier than i expected. In the end i based my solution on a recipe to mark messages as read and came up with the following:


:0
* conditions
{
  :0c
  .destination_folder/

  :0
  {
    [...]]]></description>
		<wfw:commentRss>http://wnagele.com/2010/01/18/procmail-recipe-to-star-flag-imap-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
