Home GnuPG
Diffusion GpgOL 518e2424f799

Show info when gpgol is in conflict with ol

Description

Show info when gpgol is in conflict with ol

* src/mail.cpp (Mail::prepareCrypto_o): Check the
Outlook crypto flags and show warning.
* src/mail.h: Update accordingly.
* src/mailitem-events.cpp (SEND): Abort when
prepareCrypto_o returns a value.

This improves the case where GpgOL has S/MIME disabled
but outlooks internal S/MIME is used. In that
case we would previously have undefined behavior, now
we either abort the operation or overwrite outlooks
settings.

This helps but does not solve:

Details

Provenance
aheineckeAuthored on Jun 3 2020, 3:05 PM
Parents
rO23469b9afaae: Fix send abort
Branches
Unknown
Tags
Unknown
Tasks
T4953: Some email recipients respond with: hey, why did you send me an empty mail...?