<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Thorsten's Weblog</title>
	<atom:link href="http://blog.thebehrens.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thebehrens.net</link>
	<description>In the trenches with OpenOffice.org's graphic subsystems</description>
	<lastBuildDate>Wed, 10 Aug 2011 13:23:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on EMail, and the Unix desktop &#8211; A rant by thorstenb</title>
		<link>http://blog.thebehrens.net/2011/06/10/email-and-the-unix-desktop-a-rant/#comment-1871</link>
		<dc:creator><![CDATA[thorstenb]]></dc:creator>
		<pubDate>Wed, 10 Aug 2011 13:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://thorstenb.wordpress.com/?p=489#comment-1871</guid>
		<description><![CDATA[Mail tools is perl-MailTools-2.06-3.1 here - and thanks for posting a working snippet for Debian.]]></description>
		<content:encoded><![CDATA[<p>Mail tools is perl-MailTools-2.06-3.1 here &#8211; and thanks for posting a working snippet for Debian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EMail, and the Unix desktop &#8211; A rant by Timo Juhani Lindfors</title>
		<link>http://blog.thebehrens.net/2011/06/10/email-and-the-unix-desktop-a-rant/#comment-1870</link>
		<dc:creator><![CDATA[Timo Juhani Lindfors]]></dc:creator>
		<pubDate>Wed, 10 Aug 2011 01:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://thorstenb.wordpress.com/?p=489#comment-1870</guid>
		<description><![CDATA[The .caffrc example needs some changes for Debian Squeeze. If I use it verbatim I get

Mail signature for N N  to &#039;N@example.com&#039;? [Y/n] y
[WARN] You have set arguments to pass to Mail::Mailer.  Better fix your MTA.  (Also, Mail::Mailer&#039;s error reporting is non existant, so it won&#039;t tell you when it doesn&#039;t work.)
Can&#039;t locate Mail/Mailer/mailer.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 499) line 3.

Currently I ended up with

$CONFIG{&#039;mailer-send&#039;} = [ &#039;sendmail&#039;, &#039;-f&#039;, &#039;timo.lindfors@iki.fi&#039; ];

which requires me to set

export PERL_MAILERS=mail:/does/not/exists:sendmail:/usr/local/bin/enqueue.sh

in .bashrc.

What version of libmailtools-perl are you using?

Anyways, this is really cool. I only use enqueue.sh on my crypto-livesystem and then rsync the queue to my desktop. This means that I don&#039;t need to change the livesystem every time my email setup changes (and I don&#039;t need to have exim4 or msmtp even installed there).]]></description>
		<content:encoded><![CDATA[<p>The .caffrc example needs some changes for Debian Squeeze. If I use it verbatim I get</p>
<p>Mail signature for N N  to &#8216;N@example.com&#8217;? [Y/n] y<br />
[WARN] You have set arguments to pass to Mail::Mailer.  Better fix your MTA.  (Also, Mail::Mailer&#8217;s error reporting is non existant, so it won&#8217;t tell you when it doesn&#8217;t work.)<br />
Can&#8217;t locate Mail/Mailer/mailer.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 499) line 3.</p>
<p>Currently I ended up with</p>
<p>$CONFIG{&#8216;mailer-send&#8217;} = [ 'sendmail', '-f', 'timo.lindfors@iki.fi' ];</p>
<p>which requires me to set</p>
<p>export PERL_MAILERS=mail:/does/not/exists:sendmail:/usr/local/bin/enqueue.sh</p>
<p>in .bashrc.</p>
<p>What version of libmailtools-perl are you using?</p>
<p>Anyways, this is really cool. I only use enqueue.sh on my crypto-livesystem and then rsync the queue to my desktop. This means that I don&#8217;t need to change the livesystem every time my email setup changes (and I don&#8217;t need to have exim4 or msmtp even installed there).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EMail, and the Unix desktop &#8211; A rant by Timo Juhani Lindfors</title>
		<link>http://blog.thebehrens.net/2011/06/10/email-and-the-unix-desktop-a-rant/#comment-1869</link>
		<dc:creator><![CDATA[Timo Juhani Lindfors]]></dc:creator>
		<pubDate>Tue, 09 Aug 2011 08:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://thorstenb.wordpress.com/?p=489#comment-1869</guid>
		<description><![CDATA[Thank you very much for these ideas. I use caff from a livesystem. Yesterday my ISP did not accept my mail. As you can guess I did not notice this and all my caff mails were lost when I rebooted back to my normal system :-)]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for these ideas. I use caff from a livesystem. Yesterday my ISP did not accept my mail. As you can guess I did not notice this and all my caff mails were lost when I rebooted back to my normal system <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HackWeek V by Cor Nouws</title>
		<link>http://blog.thebehrens.net/2010/06/14/hackweek-v/#comment-976</link>
		<dc:creator><![CDATA[Cor Nouws]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 08:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thebehrens.net/?p=431#comment-976</guid>
		<description><![CDATA[I cannot easily judge all the (efforts for) communication. I just can not imagine that it was a surprise. If your experience was nasty, than of course that is a pity.]]></description>
		<content:encoded><![CDATA[<p>I cannot easily judge all the (efforts for) communication. I just can not imagine that it was a surprise. If your experience was nasty, than of course that is a pity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HackWeek V by thorstenb</title>
		<link>http://blog.thebehrens.net/2010/06/14/hackweek-v/#comment-975</link>
		<dc:creator><![CDATA[thorstenb]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 07:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thebehrens.net/?p=431#comment-975</guid>
		<description><![CDATA[Cor,

indeed there has been talking about svg for some extended amount of time - but no visible action, quite the contrary - if you look into EIS, there&#039;s a bunch of deleted CWS with svg in their name. Myself and others asking resulted in no useful answer, at least not in one that would make me assume there&#039;ll be anything for 3.3. See also the history of http://wiki.services.openoffice.org/wiki/Features (and the changes made). So the announcement in the quoted issue was exactly that for me - a nasty surprise. If this is all a simple misundertstanding, fine - but not, or sparsely, communicating tends to lead to situations like this. And that&#039;s bad for a FLOSS project, as it is annoying, and sometimes even demotivating.]]></description>
		<content:encoded><![CDATA[<p>Cor,</p>
<p>indeed there has been talking about svg for some extended amount of time &#8211; but no visible action, quite the contrary &#8211; if you look into EIS, there&#8217;s a bunch of deleted CWS with svg in their name. Myself and others asking resulted in no useful answer, at least not in one that would make me assume there&#8217;ll be anything for 3.3. See also the history of <a href="http://wiki.services.openoffice.org/wiki/Features" rel="nofollow">http://wiki.services.openoffice.org/wiki/Features</a> (and the changes made). So the announcement in the quoted issue was exactly that for me &#8211; a nasty surprise. If this is all a simple misundertstanding, fine &#8211; but not, or sparsely, communicating tends to lead to situations like this. And that&#8217;s bad for a FLOSS project, as it is annoying, and sometimes even demotivating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HackWeek V by Cor Nouws</title>
		<link>http://blog.thebehrens.net/2010/06/14/hackweek-v/#comment-974</link>
		<dc:creator><![CDATA[Cor Nouws]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 07:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thebehrens.net/?p=431#comment-974</guid>
		<description><![CDATA[Quote &quot;If my interpretation of the (very sparse) information is accurate, this must have been developed in stealth mode &quot;

Of course my knowlegde on the development process is very limited, but we have been communicating about the very work on svg back in Autumn 2009...

So the tone of your remark may sound funny for some, it does not sound ok to me.]]></description>
		<content:encoded><![CDATA[<p>Quote &#8220;If my interpretation of the (very sparse) information is accurate, this must have been developed in stealth mode &#8221;</p>
<p>Of course my knowlegde on the development process is very limited, but we have been communicating about the very work on svg back in Autumn 2009&#8230;</p>
<p>So the tone of your remark may sound funny for some, it does not sound ok to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HackWeek V by thorstenb</title>
		<link>http://blog.thebehrens.net/2010/06/14/hackweek-v/#comment-972</link>
		<dc:creator><![CDATA[thorstenb]]></dc:creator>
		<pubDate>Wed, 16 Jun 2010 06:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thebehrens.net/?p=431#comment-972</guid>
		<description><![CDATA[Interesting anonymous comment. To dispute one particular nonsensical claim: there are (at least) daily dents from me about the topic to be found here: http://identi.ca/thb]]></description>
		<content:encoded><![CDATA[<p>Interesting anonymous comment. To dispute one particular nonsensical claim: there are (at least) daily dents from me about the topic to be found here: <a href="http://identi.ca/thb" rel="nofollow">http://identi.ca/thb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HackWeek V by thorstenb</title>
		<link>http://blog.thebehrens.net/2010/06/14/hackweek-v/#comment-971</link>
		<dc:creator><![CDATA[thorstenb]]></dc:creator>
		<pubDate>Wed, 16 Jun 2010 06:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thebehrens.net/?p=431#comment-971</guid>
		<description><![CDATA[Missing for example is support for the platform-specific code to sneak the cairo-.rendered bitmap into vcl, for Mac &amp; Win32. Similar code exist at other places, so shouldn&#039;t be too hard.]]></description>
		<content:encoded><![CDATA[<p>Missing for example is support for the platform-specific code to sneak the cairo-.rendered bitmap into vcl, for Mac &amp; Win32. Similar code exist at other places, so shouldn&#8217;t be too hard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HackWeek V by You know!</title>
		<link>http://blog.thebehrens.net/2010/06/14/hackweek-v/#comment-969</link>
		<dc:creator><![CDATA[You know!]]></dc:creator>
		<pubDate>Tue, 15 Jun 2010 16:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thebehrens.net/?p=431#comment-969</guid>
		<description><![CDATA[Quote: &quot;not yet 100% production ready&quot;

Yeahhh, that seems to be absolutely right and is definetely the experience I had with quite some code from you/some of your other Novell guys and many other people more, looking at some other code you and some of your colleagues left behind for the Evil(TM) Oracle Engineers to fix from time to time. I&#039;d rather like to offer a 100% feature to our customers from the beginning, and that really doesn&#039;t need any discussion with you.

And BTW: is Novell&#039;s &quot;Hacker (sic!) week&quot; what I should read as &#039;developing in stealth mode&#039;, too? For myself, put Your  thinking of FOSS wherever you want to and have fun.

BTW: Let&#039;s wait and see, we didn&#039;t reach code branch off by now...]]></description>
		<content:encoded><![CDATA[<p>Quote: &#8220;not yet 100% production ready&#8221;</p>
<p>Yeahhh, that seems to be absolutely right and is definetely the experience I had with quite some code from you/some of your other Novell guys and many other people more, looking at some other code you and some of your colleagues left behind for the Evil(TM) Oracle Engineers to fix from time to time. I&#8217;d rather like to offer a 100% feature to our customers from the beginning, and that really doesn&#8217;t need any discussion with you.</p>
<p>And BTW: is Novell&#8217;s &#8220;Hacker (sic!) week&#8221; what I should read as &#8216;developing in stealth mode&#8217;, too? For myself, put Your  thinking of FOSS wherever you want to and have fun.</p>
<p>BTW: Let&#8217;s wait and see, we didn&#8217;t reach code branch off by now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HackWeek V by samual</title>
		<link>http://blog.thebehrens.net/2010/06/14/hackweek-v/#comment-968</link>
		<dc:creator><![CDATA[samual]]></dc:creator>
		<pubDate>Tue, 15 Jun 2010 11:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thebehrens.net/?p=431#comment-968</guid>
		<description><![CDATA[&quot;not yet 100% production ready&quot;

so whats missing to be production ready?]]></description>
		<content:encoded><![CDATA[<p>&#8220;not yet 100% production ready&#8221;</p>
<p>so whats missing to be production ready?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
