Comment on Why Not Store Encrypted Emails in Plaintext Locally?
ExtremeDullard@lemmy.sdf.org 1 year ago
If you’re in Linux, you can use eCryptfs to setup a private encrypted directory, move the ~/.thunderbird directory in it and just leave a symlink to it in your unencrypted home directory.
It’s not even complicated to set up: most Linux distributions are setup so that the private directory is automounted upon login: when you’re not logged in, your data at rest is encrypted. It only becomes readable when you’re logged in.
Both my Thunderbird and Firefox directories are stored in my private directory.
_s10e@feddit.de 1 year ago
This does not answer the question. OP wants to Thunderbird to decrypt PGP mails. Yes, it makes sense to use an encrypting fs, but we are still missing this thunderbird feature.