I mostly used ed25519 keys and thus I do the avove command pretty often without problems. Can you please add
to the command line show us the log (send privately to my standard mail address (wk@gnu...) if you feel that data is too sensitive for the public).
• aheinecke renamed
T6658: Kleopatra: open message viewer directly from
Kleopatras: open message viewer directly to
Kleopatra: open message viewer directly.
I would like it if we could show the result list widgets above or below the message contents in the message viewer. Maybe shortened to a single line and then you can expand it to see the details.
build: New configure option --with-libtool-modification.
l10n daemon script <scripty@kde.org> committed
rMTP30bc93c12182: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
GIT_SILENT Update Appstream for new release
GIT_SILENT Update Appstream for new release
GIT_SILENT Upgrade release service version to 23.08.0.
Nicolas Fella <nicolas.fella@gmx.de> committed
rKLEOPATRA86bbd1e7df60: Port to KStatusNotifierItem framework (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Port to KStatusNotifierItem framework
The sign/encrypt archive jobs now also take care of removing the output file if the operation was canceled or failed.
qt: Clean up after failure or cancel of sign/encrypt archive operation
A bit related: T6656 when I look at the web interface of an account that uses GpgOL I see these files everywhere. And they should then also be handled by kleopatra but for that they need some file extension that I can link to kleopatra.
Change version check for isMime()
build: New configure option --with-libtool-modification.
• aheinecke updated the title for
P34 (An Untitled Masterwork) from
baldi's basics to untitled.
build: New configure option --with-libtool-modification.
build: New configure option --with-libtool-modification.
build: New configure option --with-libtool-modification.
build: New configure option --with-libtool-modification.
build: Update libtool-patch.sed from libgpg-error.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA84484ec8721a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTP38aea39c9d0f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
tpm2d: Fix call to assuan_control.
It looks to me like it's marginally more common to *not* use the prefix for pkgconfig files:
@dvratil cool, I'm looking forward to it!
Log object and function name instead of nothing
Merge branch 'release/23.08'
I think the problem is that SignEncryptTask is destroyed before the canceled job reports the result. Therefore the clean-up code never runs. The added logging should confirm this.
Log object and function name instead of nothing
[tests] Check that setSigningKeys also works for explicit protocol.
[fix] setSigningKeys is ignored for unknown protocol.
[tests] Check that setSigningKeys also works for explicit protocol.
[fix] setSigningKeys is ignored for unknown protocol.
Make MimeTreeParser required
Make MimeTreeParser required
Log the result of the sign/encrypt task
Define the QDebug operator for std::string in one place
qt: Make toLogString helper public
cpp: Remove unused include
Merge remote-tracking branch 'origin' into kf6
Merge remote-tracking branch 'origin' into kf6
Make MimeTreeParser required
l10n daemon script <scripty@kde.org> committed
rMTP0604a32f6ecc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA3b3af8ce32d8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Add itinerary integration
Allow to provide a custom ICal part component
Add itinerary integration
Allow to provide a custom ICal part component
Use QGpgME and Kleo instead of own gpgme binding
Kleopatra should (try to) delete the file: rKLEOPATRA59652a394662: Remove the output file if job was canceled or an error occurred. The attempt to delete the file is logged, so you should see the logs in the debug output. If nothing is logged, then something weird is happening. Or the check does not work for some reason.
So far only the dev branch of Craft supports this. Also there are still some platforms where it doesn't work.
Oh, then its back to the backlog
It is present in gpg4win 4.2.0. I do not have a later testversion.
Eva this was still in the backlog. But I think it is fixed. Can you check please?
Shouldn't this be ok to merge now that our GnuPG builds on CI are fine?
I think that might have been some idea we had before we added --require-compliance and proper display of non compliant signatures in KMail and Kleopatra and wanted to ensure that non compliant signatures are not "Green".
But since this is not a regression we might even consider not changing this in 2.2 anymore but instead do some relaxation how we treat non compliant signatures both for creation and verification in 2.4 I see T6644 as related.
Done. This can be tested with the run-import test runner (which I did).
tests: Support offline mode in run-import
core: Use offline mode for all operations of gpgsm engine
core: Store engine's version string in gpgsm engine
I added my script to find icons, used in our packaging file. It is extremely stupid as it just greps the source for each icon and takes quite a while but it works for me and I can simply run it in the background. This was just a hacky "worksforme" solution, and we probably want to do it differently. Using a single expression for all the icons would already be a large improvement but I just did not care about that. It also does not really generate the -inst files and requires manual work. But since we probably will do it differently in the future anyway I just commited what I have right now. It does not take care of icon removals and so on. So we might need something with a bit more development put into it.
• ikloecker moved
T6648: GpgME: Support offline flag for all operations of gpgsm from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
On a related note in T6645 it was raised that it is currently impossible for the user to see if an exported group only contains local signatures which might decrease the value of the export and not be the intention of the person doing the export. Maybe we should combine a check for that with this feature so that you are asked when exporting a group if you really want to confirm all these identities.
Thinking about this, I don't think offering the information exportable or not will help users much. The concept of "exportable or local signatures" should be a technical details that we should not require our users to understand. The intention of defaulting to local signatures and hiding the export under "Advanced" was to give users a way to basically use "Trust on first use" to certify a key for their personal use and honestly without checking the fingerprint. Even though they "should" not do that. If this makes sense for GnuPG VSD is arguable since we have now better spelled it out what "certification trust (ownertrust)" means. So maybe exportable signatures should become the default for GnuPG VS-D? With the classical SKS style keyservers in Gpg4win I tend to keep local signatures the default.
Add my script to find icons to package
Use QGpgME and Kleo instead of own gpgme binding
Well better to wishlist this. As a user might still import a bulk of S/MIME certificates.
Yes this is no longer required since we use a script now.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAa95559f48bc7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA8c90bae3b5f7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTPad49a042e989: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
dvratil moved
T6521: IncidenceEditor: no way to show or change sign/encrypt state of iTIP message from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
The changes have been merged and will be part of KDE Gear 23.12.
I thought about adding support for deleting multiple attachments via the Message Structure view, but as Ingo said, it's marked as an "Expert" tool and it is not enabled by default so most users are not even aware of it, and it would actually be difficult to do it with a proper UX so I decided against it, unless it's explicitly requested by someone again.
Merge remote-tracking branch 'origin' into kf6
GIT_SILENT: prepare 5.24.0
GIT_SILENT: prepare 5.24.0
l10n daemon script <scripty@kde.org> committed
rMTPde02347f12ec: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn