Someone should test whether gpgol2 is able to reencrypt all subfolders of a given folder. The file reencrypt tool (current name "recipients" "hugh") does this already.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 11 2025
Aug 1 2025
the web client received some changes in the meantime and behaves more verbose regarding connections to a native client. we should check this again, especially if GpgOL/Web is supposed to be used for different outöook accounts at the same time.
in the meantime we decided it's not always desirable to have the process autostarted. therefore the current default (manual start) is considered ok, but if possible a configuration option should be implemented, so users can activate autostart if they find it useful.
Jul 15 2025
Jul 10 2025
Jul 3 2025
Jun 25 2025
Should current behavior of 'starting with no arguments' be preserved? or should we add a --generate or --doit or similar ?
Jun 23 2025
A bit tricky to fix unfortunately, making the window active is not really possible on Windows. See https://doc.qt.io/qt-6/qwidget.html#activateWindow but there seems to be some tricks one can use: https://forum.qt.io/topic/1939/activatewindow-does-not-send-window-to-front/11?_=1750663659477
Jun 16 2025
The question is whether any part of Qt/KF6/MTP forks another process and does not do it correctly. For example it is required that the child figures out the fds to close and then closes them and does not rely here on the parent.
Jun 13 2025
For each part that needs to be reencrypted I create a QGpgME Encrypt Job
Do you start other process while this context is in use? If you do a fork, you need to make sure that all file descriptors are closed. How is that done?
Interesing part of the logs:
Jun 12 2025
Jun 11 2025
May 21 2025
May 15 2025
This is not really easy to change, since the proposed paths doesn't match QStandardPath
May 14 2025
Apr 17 2025
Apr 15 2025
Mar 18 2025
Feb 6 2025
Feb 3 2025
Jan 29 2025
Jan 13 2025
Jan 11 2025
Jan 10 2025
Mostly working :)