Table of Contents

Thunderbird

Thunderbird is a free, open source e-mail manager.

Why use Thunderbird over just logging into gmail or whatever? It has extra features for compiling RSS feeds, and also IRC chat. I am interested in those extra features so I'm not so reliant on google, discord, and other social medias. I also wish to separate my e-mails (which is mostly work stuff) from my browser habits (which is mostly “fun” stuff like social media and watching videos). And I want to see all my emails from all my inboxes at once.

I'm using a fork called Betterbird, mostly so I can have fun rainbow indicators for my emails. And cuz the vanilla Thunderbird lags a lot on my computer with my 50000 emails. For the purposes of this page, Betterbird and Thunderbird are the same thing and I'll be referring the program as Thunderbird mostly.

Installation

Installation was straightforward for me. Download, install, open up. Connect the email addresses you want. And then they're all there. Protonmail doesn't work though, something about the encryption? And the official proton-thunderbird bridge is paywalled. Oh well, I'll just log in proton manually.

So the big thing with me using Betterbird is color coding my inboxes so I don't forget who I am and what I'm replying to.

Look at the top menu. Tools→Account Settings, you can choose your colors for each account here.

Yippee! Now if you look in your unified inbox, each email will have a color strip to its left to indicate which inbox it's in at a quick glance.

Change themes:

A lot of the default “themes” for mozilla add-ons now only changes the header and leaves the reading area bright eye-searing white. You may wish to change the colors to something more pleasant.

RSS

Definition from Becky's site:

An RSS (Really Simple Syndication) feed, also known as a webfeed, is a way to keep track of website updates all across the Internet. They're usually either an .xml, .rss or .atom file type. Tumblr, bsky, youtube and a majority of newspapers use RSS.

WHY use RSS? RSS is a great way to keep track of many different sites on one platform. It will always be presented in the order you demand of it, which is great if you want chronological order rather than the algorithm that is forced on you.

Most mainstream sites have an RSS feed automatically generated. Many personal sites have RSS feeds hand-written by the site owner. You read the RSS feed in an RSS reader. After trying a bunch of browser RSS readers like Inoreader and Feedbro, I have settled on Thunderbird as my RSS reader since I'm most likely to check my RSS along with my e-mail since they're similar formats.

How to add RSS to Thunderbird:

1. Look on the top menu. Click New→Feed Account.

2. Copy/paste the url you get for the RSS feed into the Feed URL box. In my example, it's https://nitter.kuuro.net/SKUMSUCK/rss for my twitter account.

3. Press ok. Your feed will now start loading. You will start getting updates in Thunderbird for the RSS feed.

RSS for AO3

You can get updates for your favorite tags and pairings! Go to https://archiveofourown.org/tags/Dale%20Gribble*s*John%20Redcorn/worksthe tag you'd like to follow. Look for the RSS icon in the top-right corner of the page.

Copy that link into your reader (in this case, Betterbird).

Voila, now you'll get updates for that tag in your reader.

This is very useful for keeping track of rare pairs that you're just WAITING to get one update every 4 years, which is like every pairing I like. It's also nice to keep track of your ships if you keep forgetting what you want to request for exchanges. And keeping track of the ship tag is cool too, cuz for some rare pair exchanges you'll have to check what the number of works is to see if it's eligible.

The folder structure is really weird though. Not sure how I can make one folder check everything at once… for now, the method I'm using to organize my ships is this folder structure, making sure to check “create subfolder” everytime I add a feed.

This makes it so I can click on each ship tag individually, rather than having every ship from different series in one feed.

RSS for Twitter

Twitter sucks. The UI sucks, and you have to log in to read half the shit. So RSS is a way to keep up with artists and accounts that are for some reason still on twitter, without having to log in and see all the other shit.

I tried rss.app. Sign in required, paywalled. But it works if you want to pay for that lmao. I think most apps that generate twitter RSS are paywalled cuz the Twitter API is so expensive or whatever.

Nitter: Nitter is software is a way to access Twitter without logging into twitter. It will also generate a clean RSS feed. There is a main Nitter instance, but it doesn't generate RSS for whatever reason.

RSS for Tumblr

This one is super simple. All Tumblr blogs have RSS automatically!

  1. If the URL is https://tempural.tumblr.com, add /rss to the end of the link! The slash is important.
  2. So the URL for the feed will be https://tempural.tumblr.com/rss.
  3. Put that URL in your reader. It just works.

The RSS feed will show original posts, asks, and reblogs. It will also show images.

RSS for Mastodon

Very simple too. All Mastodon profiles have RSS automatically.

  1. If your URL is https://blorbo.social/@scumsuck, add .rss to the end. The dot is important.
  2. So the URL for the feed will be https://blorbo.social/@scumsuck.rss.
  3. Put that URL in your reader. It just works.

The RSS feed will be comprised of public posts and unlisted posts. It will also show images. The RSS feed does not include shared posts (retoots) or private posts.

IDK if the RSS method works for other fediverse stuff like GoToSocial or Misskey or WAFRN, etc. I'll try that some other time. Read more about RSS and fediverse.

RSS for personal sites

Not everybody has RSS on their site. You'll have to look around yourself to see if the webmaster has written the RSS. Some RSS readers can automatically scan the page for any valid RSS. I think Thunderbird requires a direct link.

On my own sites, I usually link the RSS in the footer. Example: on Just Gorly Things, the RSS is https://gorly.scumsuck.com/rss.xml. I wrote a link on the page to the RSS so you can't miss it.

Otherwise, you can right click→view source on the page, and if the webmaster wrote their code correctly the RSS should be in there with a “feed” title, and with one of the xml, rss, or atom extensions.

Example:

<link 
  rel="alternate"
  type="application/atom+xml"
  title="feed"
  href="https://gorly.scumsuck.com/rss.xml"/>  

RSS for Youtube

You'll have to view source to find the RSS for youtube. IDK why they made it so hard, Google owns youtube AND they're the ones who kinda destroyed RSS's popularity in the 2010's. Why even have RSS if they hate it so much?!

  1. Go to any channel. For this example I'll use Squirrel Tactics. They have King of the Hill recaps.
  2. Right click on the page. Then click view source.
  3. Press “ctrl+F” on your keyboard to open the finder. Search for title=“RSS”
  4. There should only be one thing in that mass of code that matches it. That's the RSS feed. In this case, it's https://www.youtube.com/feeds/videos.xml?channel_id=UCFG7MOrOCsjUKvR-wfFEKhA.

When imported into Thunderbird, it will be a plain text feed. You will get the title of the video, and a link to the video in your inbox.

So click on that video and get to watching without the algorithm hiding shit from you!

The end

That's it for now! I wrote this inbetween trying to install Linux, and it's still just my first day using Thunderbird/Betterbird. But it's definitely helped clean my mind out.