<?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: Quick Tip: Thunderbird Email from the Command Line</title>
	<atom:link href="http://www.kbrandt.com/2008/05/quick-tip-tunderbird-email-from-command.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kbrandt.com/2008/05/quick-tip-tunderbird-email-from-command.html</link>
	<description>Original computing articles by a systems administrator</description>
	<lastBuildDate>Wed, 07 Sep 2011 00:44:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: RaananB</title>
		<link>http://www.kbrandt.com/2008/05/quick-tip-tunderbird-email-from-command.html/comment-page-1#comment-26196</link>
		<dc:creator>RaananB</dc:creator>
		<pubDate>Wed, 09 Mar 2011 14:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbrandt.com/?p=22#comment-26196</guid>
		<description>In Windows (Unicode) VC++ generates the statement below which works as expected

attachment=&#039;&quot;file:///D:\foo\file1&quot;,&quot;file///D:\foo\file2&quot;&#039;

In Linux Unicode &amp; Mac (always), GCC generates (copied from the debugger) 
attachment=L&quot;&#039;\&quot;file:///home/foo/file1\&quot;,\&quot;file:///home/foo/file2\&quot;&#039;&quot;

and this fails.

Adding one more slash does not help
attachment=&#039;\&quot;file:////home/foo/file1\&quot;,\&quot;file:////home/foo/file2\&quot;&#039;

Any ideas ?</description>
		<content:encoded><![CDATA[<p>In Windows (Unicode) VC++ generates the statement below which works as expected</p>
<p>attachment=&#8217;&#8221;file:///D:\foo\file1&#8243;,&#8221;file///D:\foo\file2&#8243;&#8216;</p>
<p>In Linux Unicode &amp; Mac (always), GCC generates (copied from the debugger)<br />
attachment=L&#8221;&#8216;\&#8221;file:///home/foo/file1\&#8221;,\&#8221;file:///home/foo/file2\&#8221;&#8216;&#8221;</p>
<p>and this fails.</p>
<p>Adding one more slash does not help<br />
attachment=&#8217;\&#8221;file:////home/foo/file1\&#8221;,\&#8221;file:////home/foo/file2\&#8221;&#8216;</p>
<p>Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.kbrandt.com/2008/05/quick-tip-tunderbird-email-from-command.html/comment-page-1#comment-332</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 06 Mar 2009 13:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbrandt.com/?p=22#comment-332</guid>
		<description>Hi Curt,

When I did this I didn&#039;t find a option to the command to go ahead and send the mail.  There are really better tools for this anyways, for example, xmail.  

But if you really want to do this, you maybe could use this very ugly hack after installing xdotool:

thunderbird --compose &quot;to=&#039;foo@foo.com&#039;,subject=&#039;nice tip&#039;,body=&#039;Check out this neat command line tip&#039;&quot; &amp;; sleep 2; xdotool key &#039;ctrl+Return&#039;

This will just send the keyboard shortcut to the currently selected window 2 seconds after running the thunderbird command.  Also note, the thunderbird command is put in the background as a job with the ampersand.

-Kyle</description>
		<content:encoded><![CDATA[<p>Hi Curt,</p>
<p>When I did this I didn&#8217;t find a option to the command to go ahead and send the mail.  There are really better tools for this anyways, for example, xmail.  </p>
<p>But if you really want to do this, you maybe could use this very ugly hack after installing xdotool:</p>
<p>thunderbird &#8211;compose &#8220;to=&#8217;foo@foo.com&#8217;,subject=&#8217;nice tip&#8217;,body=&#8217;Check out this neat command line tip&#8217;&#8221; &#038;; sleep 2; xdotool key &#8216;ctrl+Return&#8217;</p>
<p>This will just send the keyboard shortcut to the currently selected window 2 seconds after running the thunderbird command.  Also note, the thunderbird command is put in the background as a job with the ampersand.</p>
<p>-Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt</title>
		<link>http://www.kbrandt.com/2008/05/quick-tip-tunderbird-email-from-command.html/comment-page-1#comment-320</link>
		<dc:creator>Curt</dc:creator>
		<pubDate>Thu, 05 Mar 2009 12:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbrandt.com/?p=22#comment-320</guid>
		<description>kewl, now how does one send that email from the command line?</description>
		<content:encoded><![CDATA[<p>kewl, now how does one send that email from the command line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ocean</title>
		<link>http://www.kbrandt.com/2008/05/quick-tip-tunderbird-email-from-command.html/comment-page-1#comment-79</link>
		<dc:creator>Ocean</dc:creator>
		<pubDate>Wed, 04 Feb 2009 12:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbrandt.com/?p=22#comment-79</guid>
		<description>pretty handy !! :)</description>
		<content:encoded><![CDATA[<p>pretty handy !! <img src='http://www.kbrandt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

