<?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>/home/drscream &#187; mail.app</title>
	<atom:link href="http://www.cyber-tec.org/tag/mailapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyber-tec.org</link>
	<description>blog of thomas merkel (alias drscream) - creative coding</description>
	<lastBuildDate>Mon, 02 Jan 2012 17:06:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Customize Mail.app X-Header</title>
		<link>http://www.cyber-tec.org/2009/07/10/customize-mail-app-x-header/</link>
		<comments>http://www.cyber-tec.org/2009/07/10/customize-mail-app-x-header/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 09:38:20 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[mail-header]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[x-header]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=604</guid>
		<description><![CDATA[It is possible to add custom headers to mails your are sending with Mail.app. You need to open the Terminal.app and use the following commands. defaults write com.apple.mail UserHeaders '{ "X-What-Happen" = "Somebody set up us the bomb."; "X-Accept-Language" = "de, en"; }' To read the content of your UserHeaders: defaults read com.apple.mail UserHeaders To [...]]]></description>
			<content:encoded><![CDATA[<p>It is possible to add custom headers to mails your are sending with Mail.app. You need to open the Terminal.app and use the following commands.<br />
<code>
<pre>defaults write com.apple.mail UserHeaders '{
"X-What-Happen" = "Somebody set up us the bomb.";
"X-Accept-Language" = "de, en";
}'</pre>
<p></code></p>
<p>To <i>read</i> the content of your UserHeaders:<br />
<code>
<pre>defaults read com.apple.mail UserHeaders</pre>
<p></code></p>
<p>To <i>delete</i> the content of your UserHeaders:<br />
<code>
<pre>defaults delete com.apple.mail UserHeaders</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2009/07/10/customize-mail-app-x-header/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t show HTML Emails in mail.app</title>
		<link>http://www.cyber-tec.org/2007/11/17/dont-show-html-emails-in-mailapp/</link>
		<comments>http://www.cyber-tec.org/2007/11/17/dont-show-html-emails-in-mailapp/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 11:04:08 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[mail.app]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/2007/11/17/dont-show-html-emails-in-mailapp/</guid>
		<description><![CDATA[I don&#8217;t like mail.app &#8230; but what i really hate are HTML Emails. So we can turn it off! Execute the following command in the console and all your email will now appear in plain text: defaults write com.apple.mail PreferPlainText -bool TRUE]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t like mail.app &#8230; but what i really hate are HTML Emails. So we can turn it off!</p>
<p>Execute the following command in the console and all your email will now appear in plain text:</p>
<p><code></p>
<pre>defaults write com.apple.mail PreferPlainText -bool TRUE</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2007/11/17/dont-show-html-emails-in-mailapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

