<?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: Q: How do I view PPT attachments in mutt in the background?</title>
	<atom:link href="http://www.mattcutts.com/blog/ppt-attachments-in-mutt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/</link>
	<description>neat fun stuff</description>
	<lastBuildDate>Sat, 25 May 2013 17:03:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Pablo</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-341556</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Sat, 06 Jun 2009 18:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-341556</guid>
		<description><![CDATA[Here&#039;s a quick Python script to add mutt_bgrun to all (X windows)  entries from /etc/mailcap and write them to your ~/.mailcap file.

&lt;code&gt;
import os

mymailcap = open(os.path.expanduser(&#039;~/.mailcap&#039;), &#039;wb&#039;)
for line in open(&#039;/etc/mailcap&#039;):
    parts = line.split(&#039;;&#039;)
    if &#039;DISPLAY&#039; in line:
        parts[1] = &#039; mutt_bgrun &#039; + parts[1]
    mymailcap.write(&#039;;&#039;.join(parts))
mymailcap.close()
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a quick Python script to add mutt_bgrun to all (X windows)  entries from /etc/mailcap and write them to your ~/.mailcap file.</p>
<p><code><br />
import os</p>
<p>mymailcap = open(os.path.expanduser('~/.mailcap'), 'wb')<br />
for line in open('/etc/mailcap'):<br />
    parts = line.split(';')<br />
    if 'DISPLAY' in line:<br />
        parts[1] = ' mutt_bgrun ' + parts[1]<br />
    mymailcap.write(';'.join(parts))<br />
mymailcap.close()<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bamhi</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-115855</link>
		<dc:creator>bamhi</dc:creator>
		<pubDate>Fri, 09 Nov 2007 01:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-115855</guid>
		<description><![CDATA[i get thousands of emails NON-list /month]]></description>
		<content:encoded><![CDATA[<p>i get thousands of emails NON-list /month</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bamhi</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-115854</link>
		<dc:creator>bamhi</dc:creator>
		<pubDate>Fri, 09 Nov 2007 01:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-115854</guid>
		<description><![CDATA[iam on mutt

there is NOTHING else]]></description>
		<content:encoded><![CDATA[<p>iam on mutt</p>
<p>there is NOTHING else</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cingular Wireless Man</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-28613</link>
		<dc:creator>Cingular Wireless Man</dc:creator>
		<pubDate>Sat, 20 May 2006 00:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-28613</guid>
		<description><![CDATA[8000 emails?  You are the man!  How do you classify each one of them?]]></description>
		<content:encoded><![CDATA[<p>8000 emails?  You are the man!  How do you classify each one of them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eurolink</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-4961</link>
		<dc:creator>Eurolink</dc:creator>
		<pubDate>Sat, 26 Nov 2005 09:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-4961</guid>
		<description><![CDATA[I just can’t remember where the command is put for that - it dont see anything in ~/.mutt.rc nor in ~/.mailcap

you know where that’s located? and if so, could you post the line you have that does that?]]></description>
		<content:encoded><![CDATA[<p>I just can’t remember where the command is put for that &#8211; it dont see anything in ~/.mutt.rc nor in ~/.mailcap</p>
<p>you know where that’s located? and if so, could you post the line you have that does that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leading distributor of  door handles &#38; door knobs.</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-4960</link>
		<dc:creator>Leading distributor of  door handles &#38; door knobs.</dc:creator>
		<pubDate>Sat, 26 Nov 2005 09:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-4960</guid>
		<description><![CDATA[I like hme decoration]]></description>
		<content:encoded><![CDATA[<p>I like hme decoration</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeChongq</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-1057</link>
		<dc:creator>JoeChongq</dc:creator>
		<pubDate>Wed, 05 Oct 2005 22:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-1057</guid>
		<description><![CDATA[You should check out POPFile.  It uses Bayesian filtering to classify mail into any number of catagories you setup.  That could help make that much email easier to deal with.  It is also good at spam filtering.

http://getpopfile.org]]></description>
		<content:encoded><![CDATA[<p>You should check out POPFile.  It uses Bayesian filtering to classify mail into any number of catagories you setup.  That could help make that much email easier to deal with.  It is also good at spam filtering.</p>
<p><a href="http://getpopfile.org" rel="nofollow">http://getpopfile.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-1054</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 05 Oct 2005 18:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-1054</guid>
		<description><![CDATA[&gt; 8000 emails to answer?  Sounds like you need an assistant, or an extra large heavy duty delete key and a wireless/chipless vacation :)]]></description>
		<content:encoded><![CDATA[<p>&gt; 8000 emails to answer?  Sounds like you need an assistant, or an extra large heavy duty delete key and a wireless/chipless vacation <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-1048</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Wed, 05 Oct 2005 01:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-1048</guid>
		<description><![CDATA[Off-topic for this particular post; but a quick question: G doesn&#039;t highlight Capitalized keywords in URL&#039;s (only lowercase). Is this a post-query highlighting filter bug (that&#039;s been around for 1 year and not fixed) or is this indicative of capitalized keywords in the URL not &quot;counting&quot;?]]></description>
		<content:encoded><![CDATA[<p>Off-topic for this particular post; but a quick question: G doesn&#8217;t highlight Capitalized keywords in URL&#8217;s (only lowercase). Is this a post-query highlighting filter bug (that&#8217;s been around for 1 year and not fixed) or is this indicative of capitalized keywords in the URL not &#8220;counting&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hunkins</title>
		<link>http://www.mattcutts.com/blog/ppt-attachments-in-mutt/#comment-1045</link>
		<dc:creator>Joe Hunkins</dc:creator>
		<pubDate>Tue, 04 Oct 2005 15:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=11#comment-1045</guid>
		<description><![CDATA[I recently switched to gmail from Eudora, but miss having offline access to my mail.   Seems gmail could add that feature. 

I like gmail&#039;s simple, non folder approaches to archiving and searching.]]></description>
		<content:encoded><![CDATA[<p>I recently switched to gmail from Eudora, but miss having offline access to my mail.   Seems gmail could add that feature. </p>
<p>I like gmail&#8217;s simple, non folder approaches to archiving and searching.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using n/a

 Served from: www.mattcutts.com @ 2013-05-25 13:02:30 by W3 Total Cache -->