Home GnuPG
Diffusion GpgOL 503ee571f092

Return E_FAIL when cancelling write event

Description

Return E_FAIL when cancelling write event

* src/mailitem-events.cpp (Write): Return E_FAIL to cancel write
event.

This is intended to prevent other Addins from changing the return
code of the event to their value as after the E_FAIL no other
addin should be called.