Closed WhyNotHugo closed 9 years ago
Hi! These are my patches. Thank you Hugo for finding them and submitting them to the mutt-kz project. It would be great if they were accepted and others found them useful too.
Just FYI, I did make a minor revision to "Implement crypt_opportunistic_encrypt()" and "Add the crypt_opportunistic_encrypt option and calls" but didn't post the revisions to my website: I disabled it if auto_encrypt was turned on, and improved the documentation a bit. I'll email those changes to Hugo and he can decide if they are worth including.
Thanks for the update, @kevin8t8. I've updated the PR with the two patches you emailed me, and updated the authorship information a bit.
I'd really love for these to be accepted - I've found this really useful and I even believe that using crypt_opportunistic_encrypt
is what a lot of people would even expect as a default.
This PR set implements crypt_opportunistic_encrypt. This option allows mutt to automatically turn encryption on and off based on whether or not there are keys available for the message recipients.
These changes were not implemented by myself, but are actually patches downloaded from here. As detailed, they were also submited to mutt-dev, but no response was ever given.
I've built this branch and properly tested this changeset: it all works as expected.