Once I got beyond reading five or six blogs, it became more or less impossible to keep up with checking them online and seeing if there were new posts; so I started subscribing to their RSS feeds using the Thunderbird mail client. This worked fine and made it much easier to avoid missing posts. However, today I became aware that a couple of my subscriptions had stopped functioning (sorry, Finicky Penguin and Cinema Gypsy). The folders were still there, but they looked empty, so I thought, okay, I’ll just add the subscriptions back in. Wrong! Thunderbird wouldn’t let me add them because it said I was already subscribed. I went through every single feed folder looking for the phantom feeds, but they were nowhere to be found.
Hmm. What to do next? I decided to try exporting all my feeds and then importing them again. So I created the export file (under Subscribe –> Export), deleted all my feed folders, and then imported the feed file (under Subscribe –> Import). Everything came back, except for the two missing feeds. So I thought, okay, I deleted everything, so I should be able to add the missing feeds back in now. Wrong! Thunderbird still insisted I was subscribed to them, even though it hadn’t pulled in any messages from them in over two weeks and they were nowhere to be found in any of the other folders.
Mutter mutter mutter. Okay, now what? After briefly flirting with going back to Opera and its wonderful M2 mail & RSS client, I opened the feed export that I created earlier (it’s an OPML file, which can be edited with any text editor), deleted everything out of it except for two entries, and then proceeded to modify them to be for the two missing feeds. Then I imported the hacked OPML file. Eureka! There are my missing feeds! I dragged them back to the “Blogs” folder under RSS feeds, and here come all the posts that I missed from those two blogs.
Oh no! Information overload! I’ll pick up commenting on the new posts as they arrive …
For those who are interested, here’s the OPML file after I edited it:
<opml version=”1.0″>
<head>
<title>Thunderbird OPML Export</title>
<dateCreated>Sat, 28 Jun 2008 15:38:33 GMT</dateCreated>
</head>
<body>
<outline text=”Blogs”>
<outline title=”The Show Must Go On” text=”The Show Must Go On” type=”rss” version=”RSS” xmlUrl=”http://cinemagypsy.wordpress.com/feed/” htmlUrl=”http://cinemagypsy.wordpress.com/”/>
<outline title=”Sgt. Pepper’s Lonely Hearts Club Soda” text=”Sgt. Pepper’s Lonely Hearts Club Soda” type=”rss” version=”RSS” xmlUrl=”http://finickypenguin.wordpress.com/feed/” htmlUrl=”http://finickypenguin.wordpress.com/feed/”/>
</outline>
</body>
</opml>