In working on the hybrid pgp decryption model, I've gotten to the point where I've used mailvelope to decrypt the proper session key (in javascript after the email has been loaded and rendered to the screen).  I'm then posting the session key (over HTTPS) back to roundcube and attempting to decrypt the email.

I have modified Crypt_GPG to attempt decrypting using pgp's "--override-session-key" option, but I think there may be some conflicting options set by Crypt_GPG because the decryption fails.  I am trying to use enigmas logging feature to see what the exact command Crypt_GPG is calling, but I can't seem to enable logging.  My log directory roundcube/logs) is writable, and I've enabled to logging option in plugins/enigma/default.config.php (again not at my workstation) and I've completely restarted/reloaded nginx and php but still show no logs (logs/enigma). 

Any ideas?

-Kyle