Commit Briefs
delete drag and drop between summary and folder view
Not sure it ever really worked *that* well, and the folderview is a big hack
Delete prefs and import/export features
Can use something like imapsync.
replace noticeview with a basic error dialog
Only ever used to display the message "Broken MIME part" after PGP support dropped. The broken MIME message can be done fine with statdard GTK stuff.
delete... stuff?
Can't remember lol
Drop Organization header support
Only valid in usenet which is practically no more While here delete dead GTK utility code
Start deleting actions
Maybe they can come back later
Automatically fetch mail for all accounts at the same interval
No per-account intervals. Simpler config. Automatic mail fetching being deleted next :)
Dump themes
Don't want to change this stuff. Whatever GTK provides is fine. While here delete more dead code
Drop PGP support
It never really caught on. For really truly encrypted messaging there's Signal.
amputate mgutils
No idea what was going on there
Calm down on the chmod
All these files are under the user's own data directory which has mode 0700, so others won't normally able to read any files under these directories anyway.
Remove unused DEV_STANDALONE macro
Can't quite work out what this was for but never set or documented anywhere so meh
Dump "safe" fclose
fclose(2) already calls fflush for us.
common: ignore SSL_CERT_FILE like libressl
From X509_LOOKUP_new(3): > For reasons of security and simplicity, LibreSSL ignores the environment > variables SSL_CERT_DIR and SSL_CERT_FILE
