<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>blog.crox.net (Entries tagged as thunderbird)</title>
    <link>https://blog.crox.net/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Sun, 10 Oct 2010 18:48:42 GMT</pubDate>

    <image>
    <url>https://blog.crox.net/templates/2k11/img/s9y_banner_small.png</url>
    <title>RSS: blog.crox.net - </title>
    <link>https://blog.crox.net/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>Thunderbird - change default message forward mode from &quot;inline&quot; to &quot;attached&quot;</title>
    <link>https://blog.crox.net/archives/70-Thunderbird-change-default-message-forward-mode-from-inline-to-attached.html</link>
    
    <comments>https://blog.crox.net/archives/70-Thunderbird-change-default-message-forward-mode-from-inline-to-attached.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=70</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=70</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    For years the default behaviour in Thunderbird had been to forward e-mails as attachments, but at some point it was changed to &quot;inline&quot;. You can still manually choose how you&#039;d like to transfer a message by going to &quot;Message&quot; -&gt; &quot;Forward as&quot;, but I couldn&#039;t find a way to set the default in the preferences.&lt;br /&gt;
&lt;br /&gt;
There is, however, a way to change it without messing with manual edit of config files. Go to &quot;Preferences&quot; -&gt; &quot;Advanced&quot; -&gt; &quot;Config Editor...&quot;, and look for &quot;mail.forward_message_mode&quot;. 0 is for &quot;attached&quot;, 2 is for &quot;inline&quot;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 10 Oct 2010 18:48:42 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/70-guid.html</guid>
    <category>mail</category>
<category>thunderbird</category>

</item>
<item>
    <title>Lightning for x86_64 Linux (amd64)</title>
    <link>https://blog.crox.net/archives/28-Lightning-for-x86_64-Linux-amd64.html</link>
    
    <comments>https://blog.crox.net/archives/28-Lightning-for-x86_64-Linux-amd64.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>35</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    Lightning is a Thunderbird plug-in that adds calendar functions. More on &lt;a href=&quot;http://www.mozilla.org/projects/calendar/lightning/&quot;  title=&quot;Lightning on mozilla.org&quot;&gt;the mozilla.org page&lt;/a&gt;. I tried to install the .xpi from there, but it failed with the following error message:&lt;br /&gt;
&lt;blockquote&gt;&quot;Lightning&quot; could not be installed because it is not compatible with your Thunderbird build type (Linux_x86_64-gcc3). Please contact the author of this item about the problem.&lt;/blockquote&gt;&lt;br /&gt;
So I downloaded the source from &lt;a href=&quot;http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.3.1/&quot; &gt;this page&lt;/a&gt;, and followed the instructions from &lt;a href=&quot;http://www.mozilla.org/projects/calendar/lightning/build.html&quot;  title=&quot;Building Lightning&quot;&gt;here&lt;/a&gt;. &lt;a href=&quot;http://dgoodwin.dangerouslyinc.com/compiling-gnome-2-18-debian-etch-amd64&quot;&gt;This page&lt;/a&gt; and the link to &lt;a href=&quot;http://benjamin.smedbergs.us/blog/2005-10-27/gcc-40-workaround/&quot;&gt;that one&lt;/a&gt; were also helpful.&lt;br /&gt;
&lt;br /&gt;
In case you don&#039;t want to open all those links, I&#039;ve put the resulting .xpi file here for you to download: &lt;a href=&quot;https://blog.crox.net/uploads/lightning-0.3.1-x86_64.xpi&quot; title=&quot;lightning-0.3.1-x86_64.xpi&quot; target=&quot;_blank&quot;&gt;lightning-0.3.1-x86_64.xpi&lt;/a&gt;. Or if you prefer to build it yourself, here is how I did it:&lt;br /&gt;
&lt;pre&gt;[untar/bz, cd mozilla]&lt;br/&gt;make distclean&lt;br/&gt;export CFLAGS=&quot;-O2 -pipe -fPIC&quot;&lt;br/&gt;export CHOST=&quot;x86_64-pc-linux-gnu&quot;&lt;br/&gt;export CXXFLAGS=&quot;${CFLAGS}&quot;&lt;br/&gt;export MAKEOPTS=&quot;-j3&quot;&lt;br/&gt;ac_cv_visibility_pragma=no ./configure --enable-application=mail --enable-extensions=default,lightning&lt;br/&gt;make&lt;/pre&gt;&lt;br /&gt;
(of course you may want to change some stuff to better suit your system, I&#039;ve got a &lt;a href=&quot;http://blog.crox.net/archives/25-Gentoo-Linux-on-HPCompaq-nx7400-Core-2-Duo-Laptop-Update.html&quot; &gt;Core 2 Duo laptop running Gentoo Linux&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
Then just select Tools &amp;gt; Extensions in Thunderbird and install the lightning.xpi you&#039;ve just built (located in dist/xpi-stage/lightning.xpi).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;UPDATE&lt;/b&gt; - 2007-06-28 - Lightning 0.5&lt;br /&gt;
&lt;br /&gt;
After reading &lt;a href=&quot;http://blog.crox.net/archives/28-Lightning-for-x86_64-Linux-amd64.html#c387&quot; &gt;Matthew&#039;s comment&lt;/a&gt; I downloaded the newly released Lightning 0.5 from &lt;a href=&quot;http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.5/source/lightning-sunbird-0.5-source.tar.bz2&quot;  title=&quot;lightning 0.5 source&quot;&gt;here&lt;/a&gt;, and built &lt;a href=&quot;https://blog.crox.net/uploads/lightning-0.5-x86_64.xpi&quot; title=&quot;lightning-0.5-x86_64.xpi&quot; target=&quot;_blank&quot;&gt;lightning-0.5-x86_64.xpi&lt;/a&gt; following the exact same procedure that I used for 0.3.1. Then I installed it from Tools &amp;gt; Extensions, restarted Thunderbird and immediately noticed the different appearance. (I did not uninstall 0.3.1 first, which apparently is ok.)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;UPDATE&lt;/b&gt; - 2008-09-28 - Lightning 0.9&lt;br /&gt;
&lt;br /&gt;
Download from &lt;a href=&quot;http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/contrib/linux-x86_64/&quot; &gt;http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/contrib/linux-x86_64/&lt;/a&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 15 Jun 2007 14:50:00 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/28-guid.html</guid>
    <category>calendar</category>
<category>gentoo</category>
<category>linux</category>
<category>mail</category>
<category>thunderbird</category>

</item>
<item>
    <title>How to set thunderbird to correctly attach text files (with Content-Disposition: attachment instead of inline)</title>
    <link>https://blog.crox.net/archives/23-How-to-set-thunderbird-to-correctly-attach-text-files-with-Content-Disposition-attachment-instead-of-inline.html</link>
    
    <comments>https://blog.crox.net/archives/23-How-to-set-thunderbird-to-correctly-attach-text-files-with-Content-Disposition-attachment-instead-of-inline.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=23</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    For years I&#039;ve been annoyed by the habit thunderbird has to set &quot;Content-Disposition: inline&quot; when you attach a text file to an outgoing e-mail.&lt;br /&gt;
&lt;br /&gt;
Experimenting with our &lt;a href=&quot;http://www.netoxygen.ch/fr/34.htm&quot;  title=&quot;mail to fax gateway&quot;&gt;mail to fax gateway&lt;/a&gt;, I finally took the time to fix it today. As with some other &quot;advanced&quot; settings in Fireforx/Thunderbird, there is an option you can set to achieve the (imho) correct behavior, but no GUI dialog for it.&lt;br /&gt;
&lt;br /&gt;
So in order to have outgoing text files attached with &quot;Content-Disposition: attachment&quot;, you need to set &lt;b&gt;mail.content_disposition_type&lt;/b&gt; to 1 (default is 0). You can do this by going to &quot;Edit&quot; -&gt; &quot;Preferences&quot; -&gt; &quot;Advanced&quot; -&gt; &quot;Config Editor&quot;. (Using the windows version it&#039;s probably &quot;Tools&quot; -&gt; &quot;Options&quot; -&gt; etc.)&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 25 Apr 2007 08:32:47 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/23-guid.html</guid>
    <category>mail</category>
<category>thunderbird</category>

</item>

</channel>
</rss>
