Page MenuHome GnuPG

GpgOL: Properties changed message appearing too often
Closed, ResolvedPublic

Description

Reported to me in the wald forums and through a phone support case.

When closing Outlook the "properties changed" message pops up again.

Maybe our window message hook to catch it does no longer work?

Revisions and Commits

Event Timeline

I've tried to reproduce it but failed. Even If I open the message in a new window or a new explorer the message is correctly caught.

To reproduce it the key is to close Outlook through the file -> close option.

Then we don't get the WM_CLOSE windowmessage we are looking for to handle the close.

This is bad! I currently have no idea how to catch the close early enough. The quit event in the application itself is way too late. The saves were all done before and we have to discard our changes before the save happens.