- Clear (icon) indication whether operation failed without error / warning.
- Hide debug log, unless it's really used (is it ever, really?)
- Add cancel button: Reencryption can be slow, esp. on large folders and a slow network day.
- Does it actually make sense to allow to close this during a running operation at all?
Description
Description
Related Objects
Related Objects
- Mentioned In
- D624: Enhance reencrypt dialog UI
Event Timeline
Comment Actions
WIP at work/tfry/reencrypt_ui
Working notes:
Previously, code had a (10s) timeout for the actual qgpgme job, and if that was exceeded, the message would either be skipped or copied (according to user setting). In the new implementation, I have removed it, thinking it will be better to cancel, explicitly, in this case (could be brought back, easily, though).Re-enabled this (desirable, if only specific messages fail in a large folder), but now report it as an error, rather than a regular skip.