I've created a throwaway email account to play with Gnus. It's surprising how many email providers disable IMAP by default these days.
Related Posts
@krinkle A surprising number of PL design workarounds are "just add another equals sign" 🙃
When a tool supports both regular expressions and literal strings, which should be the default?
If you default to regex, users can match more strings than they realise (e.g. `foo.txt`) or less (e.g. `foo(bar)`).
I typically see regex as the default, but I prefer the opposite.
If you created a large, successful OSS project, would you want to be BDFL or move on after a period?
I see tradeoffs on both sides, although it's not a decision I've needed to make myself.