Hacker News new | ask | show | jobs
by hungryhobbit 3 days ago
Seems like with Claude you could have submitted a PR (to actually fix the issue) in the time it took to come up with the hack.
1 comments

But there's no guarantee that the PR would get merged.
Or worked
There's a patch in the bug report and it appears to be tagged for Thunderbird 153 release.

While I'm here I got to say, it's worrying seeing people not calling out what a bad solution the OP has suggested. Implementing a blind removal of a folder is not good practice. You will forget about this script/unit file. One day you may copy all your Thunderbird data to ~/thunderbird, think you're safe, then boom, it's gone.

Edit: Forgot a key point

`rmdir` is not `rm -rf`. It only removes empty directories.