<?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>Deadlypenguin &#187; mutt</title>
	<atom:link href="http://blog.deadlypenguin.com/blog/category/mutt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deadlypenguin.com/blog</link>
	<description>My notes and rants about tech things</description>
	<lastBuildDate>Thu, 20 May 2010 17:46:58 +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>Mutt and Lynx</title>
		<link>http://blog.deadlypenguin.com/blog/2009/04/21/mutt-and-lynx/</link>
		<comments>http://blog.deadlypenguin.com/blog/2009/04/21/mutt-and-lynx/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 21:27:48 +0000</pubDate>
		<dc:creator>pcon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mutt]]></category>

		<guid isPermaLink="false">http://blog.deadlypenguin.com/blog/?p=76</guid>
		<description><![CDATA[So, in my time with mutt, I have grown to have a disdain for people that send HTML only email.  And surprisingly, this happens alot!  So, instead of trying to change the world, I&#8217;ve decided to just use mutt and lynx to my advantage and call it a day.  Thanks to one of my co-workers [...]]]></description>
			<content:encoded><![CDATA[<p>So, in my time with mutt, I have grown to have a disdain for people that send HTML only email.  And surprisingly, this happens alot!  So, instead of trying to change the world, I&#8217;ve decided to just use mutt and lynx to my advantage and call it a day.  Thanks to one of my co-workers for showing me how to do this.</p>
<p>At the end of your <em>~/.mailcap</em> file, add the following</p>
<blockquote><p>text/html; lynx -dump -width=78 -nolist %s | sed &#8217;s/^   //&#8217;; copiousoutput; needsterminal; nametemplate=%s.html</p></blockquote>
<p>Then, in the <em>~/.muttrc</em> add</p>
<blockquote><p>auto_view text/x-vcard text/html text/enriched</p></blockquote>
<p>And restart mutt.  This will use lynx to render the email.  You can substitute lynx for any text-based html browser you&#8217;d like.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deadlypenguin.com/blog/2009/04/21/mutt-and-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse Alias in mutt</title>
		<link>http://blog.deadlypenguin.com/blog/2009/02/23/reverse-alias-in-mutt/</link>
		<comments>http://blog.deadlypenguin.com/blog/2009/02/23/reverse-alias-in-mutt/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 20:57:40 +0000</pubDate>
		<dc:creator>pcon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mutt]]></category>

		<guid isPermaLink="false">http://blog.deadlypenguin.com/blog/?p=59</guid>
		<description><![CDATA[A need has arisen here recently for me to need to &#8220;change&#8221; the headers on an email, so I can tell two people at work apart.  Both have their name in the email header the same.  Let&#8217;s call them &#8220;John Doe.&#8221;  So in order to tell them apart, I&#8217;ve added a reverse alias rule to [...]]]></description>
			<content:encoded><![CDATA[<p>A need has arisen here recently for me to need to &#8220;change&#8221; the headers on an email, so I can tell two people at work apart.  Both have their name in the email header the same.  Let&#8217;s call them &#8220;John Doe.&#8221;  So in order to tell them apart, I&#8217;ve added a reverse alias rule to mutt to handle this.  First enable the use of them by using</p>
<blockquote><p>set reverse_alias</p></blockquote>
<p>Then set up the alias.  This can be added to your alias file, or straight into your <em>.muttrc</em></p>
<blockquote><p>alias fake_john john_doe2@example.com (Fake John Doe)</p></blockquote>
<p>Now all mail that comes in from <em>john_doe2@example.com</em> will show up as from &#8220;Fake John Doe&#8221; but the headers will remain the same, and no one is the wiser.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deadlypenguin.com/blog/2009/02/23/reverse-alias-in-mutt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steam + Windows = FAIL!</title>
		<link>http://blog.deadlypenguin.com/blog/2009/01/15/steam-windows-fail/</link>
		<comments>http://blog.deadlypenguin.com/blog/2009/01/15/steam-windows-fail/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 02:12:35 +0000</pubDate>
		<dc:creator>pcon</dc:creator>
				<category><![CDATA[mutt]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[left4dead]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.deadlypenguin.com/blog/?p=28</guid>
		<description><![CDATA[I understand that operating systems crash.  This happens, I know.  However, the frequency in which my Windows installation crashes is just sad.  This usually only causes annoyance when it crashes in the middle of a game.  I can deal with that.  However, when I am updating an application, such as, I don&#8217;t know&#8230;.Left 4 Dead [...]]]></description>
			<content:encoded><![CDATA[<p>I understand that operating systems crash.  This happens, I know.  However, the frequency in which my Windows installation crashes is just sad.  This usually only causes annoyance when it crashes in the middle of a game.  I can deal with that.  However, when I am updating an application, such as, I don&#8217;t know&#8230;.Left 4 Dead and Windows crashes, I have 30 minutes of pain, and an hour+ of waiting.  I assumed that steam would do like it does when it installs a game.  If you shut down the system, it pauses the download, and then resumes it.  But when my system crashed it ate the update, and it wouldn&#8217;t launch.</p>
<p>Then I tried to remove and then reinstall via steam.  This failed.  Then I tried to remove the game files.  This failed.  After seaching I found a page that talked about removing the client blob file.  That failed.  I eventually had to remove all the files but the steam.exe and the steamApps folder.  But I did have to remove any files that talked about L4D.</p>
<p>So, after about 1 hour of downloading I should have a ready to play game.  Sigh.  If only the other peices, like the game verification, game removal or update worked I would have this hassle.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deadlypenguin.com/blog/2009/01/15/steam-windows-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
