- ThinkBlog - http://thinkblog.org -
HowTo: Thunderbird RSS & Digg 3.0
Posted By Michael On 30th June 2006 @ 05:56 In technology &c. | -1 Comments
If you’re having trouble with the Digg RSS feeds under Thunderbird ever since they upgraded the system to “version 3.0″, it’s because you have to be logged in. The trouble? Thunderbird supports no way to log in and cookie support is blocked by default.
However, according to [1] MozillaZine, all you have to do is copy your cookies.txt file from your Firefox profile folder to your Thunderbird profile folder, then add the following line to prefs.js (in your ~/.thunderbird directory):
user_pref("network.cookie.cookieBehavior", 3);
(Be sure to have shut down Thunderbird before making this change; it writes all preferences on close to the JS file.)
HowTo: Thunderbird RSS & Digg 3.0
Posted By Michael On 30th June 2006 @ 05:56 In technology &c. | -1 Comments
If you’re having trouble with the Digg RSS feeds under Thunderbird ever since they upgraded the system to “version 3.0″, it’s because you have to be logged in. The trouble? Thunderbird supports no way to log in and cookie support is blocked by default.
However, according to [2] MozillaZine, all you have to do is copy your cookies.txt file from your Firefox profile folder to your Thunderbird profile folder, then add the following line to prefs.js (in your ~/.thunderbird directory):
user_pref("network.cookie.cookieBehavior", 3);
(Be sure to have shut down Thunderbird before making this change; it writes all preferences on close to the JS file.)
Article printed from ThinkBlog: http://thinkblog.org
URL to article: http://thinkblog.org/2006/06/30/howto-thunderbird-rss-digg-30/
URLs in this post:
[1] MozillaZine: http://kb.mozillazine.org/RSS_cookies_(Thunderbird)
[2] MozillaZine: http://kb.mozillazine.org/RSS_cookies_(Thunderbird)
Click here to print.