Page MenuHome GnuPG
Feed Advanced Search

Oct 22 2025

ebo moved T7862: Kleopatra: No feedback by screen readers if no certificates are found on server lookup from WIP to QA on the gpd5x board.
Oct 22 2025, 4:25 PM · gpd5x (gpd-5.0.0), vsd34, a11y, kleopatra
ebo moved T7762: Kleopatra: Notepad: close message notification on revert from WIP to QA on the gpd5x board.
Oct 22 2025, 4:25 PM · gpd5x (gpd-5.0.0), kleopatra
ebo moved T7782: Kleopatra: convert the audit log link to a button from WIP to QA on the gpd5x board.
Oct 22 2025, 4:25 PM · gpd5x (gpd-5.0.0), kleopatra
ebo moved T7868: Kleopatra: config check box for AllowMarkTrusted not functional from WIP to QA on the gpd5x board.
Oct 22 2025, 4:25 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ebo updated the task description for T7717: Location of qt-application config files.
Oct 22 2025, 2:29 PM · gpd5x (gpd-5.0.0), Windows, kleopatra, vsd34, okular
werner moved T7855: keybox/keydb locking issue in 2.6 from Backlog to QA on the gnupg26 board.
Oct 22 2025, 2:24 PM · gpd5x (gpd-5.0.0), gnupg26
werner added a comment to T7855: keybox/keydb locking issue in 2.6 .

I'd sad we keep it as it is now (unless we see a regression). The real and only correct solution is the use of a daemon to serialize access.

Oct 22 2025, 1:34 PM · gpd5x (gpd-5.0.0), gnupg26
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

Still, there is a fundamental problem with keydb locking.

  • It only assures no-data-corruption.
  • When a process doing write access, another process reading the resource may encounter a problem (inconsistent data read), since data could be changed while accessing.
    • Currently, write access may occur with keybox compress, this means that users are not safe to invoke multiple gpg/gpgsm simultaneously (to be sure).
      • It would be: only keybox compress when users explicitly ask.
    • We could introduce a lock to read access... BUT naively adding a lock (both for read and write or read-multiple-write-one) results possible deadlock in gpgsm
      • in gpgsm, gpgsm_walk_cert_chain and gpgsm_validate_chain access the resource of keydb in a way of:
        • While it has a handle kh, by find_up routine, it may call keydb_store_cert by callback routine; The callback does write access to the resource opening another handle.
        • Currently, it works because of no lock for read access and keydb_store_cert appends data at the end.
Oct 22 2025, 9:20 AM · gpd5x (gpd-5.0.0), gnupg26
ebo moved T7461: Kleopatra: List newly generated OpenPGP certificate with validation from WIP to Done on the gpd5x board.
Oct 22 2025, 9:00 AM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.0), kleopatra
gniibe changed the status of T7855: keybox/keydb locking issue in 2.6 , a subtask of T7827: Kleopatra: Add workaround for locking issue on key generation, from Open to Testing.
Oct 22 2025, 4:38 AM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), vsd34, kleopatra
gniibe changed the status of T7855: keybox/keydb locking issue in 2.6 from Open to Testing.

All changes in gniibe/t7855 are pushed into master.

Oct 22 2025, 4:38 AM · gpd5x (gpd-5.0.0), gnupg26

Oct 21 2025

ikloecker claimed T7868: Kleopatra: config check box for AllowMarkTrusted not functional .
Oct 21 2025, 5:52 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ikloecker moved T7868: Kleopatra: config check box for AllowMarkTrusted not functional from Backlog to WIP on the vsd34 board.

Backported for VSD 3.4 since this is clearly a regression introduced with T7350 and the fix is zero risk.

Oct 21 2025, 5:10 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ikloecker added a project to T7868: Kleopatra: config check box for AllowMarkTrusted not functional : vsd34.
Oct 21 2025, 5:07 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ikloecker changed the status of T7868: Kleopatra: config check box for AllowMarkTrusted not functional from Open to Testing.

Fixed. The check box has been removed from the "S/MIME Validation" tab.

Oct 21 2025, 4:51 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ikloecker changed the status of T7863: Kleopatra: the certificate list is not refreshed at the end of the deletion of multiple secret keys from Open to Testing.

Fixed and backported for VSD 3.4

Oct 21 2025, 4:08 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ebo created T7868: Kleopatra: config check box for AllowMarkTrusted not functional .
Oct 21 2025, 3:53 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ebo moved T4785: GpgOL: "You have changed a copy of this Element" message in Outlook for S/MIME mails from Backlog to Triage on the gpgol board.
Oct 21 2025, 12:55 PM · gpd5x, gpgol
gniibe changed the status of T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already, a subtask of T7658: Okular: Dirmngr startup timeout on signature validation, from Open to Testing.
Oct 21 2025, 9:18 AM · gpd5x (gpd-5.0.0), Bug Report, okular
gniibe changed the status of T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already from Open to Testing.

Fixed in master: rGae431b04370f: w32:common: Take care of possible race on startup under Windows.

Oct 21 2025, 9:18 AM · gpd5x (gpd-5.0.0), gnupg22 (gnupg-2.2.52), Bug Report, okular
gniibe changed the status of T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs, a subtask of T7855: keybox/keydb locking issue in 2.6 , from Open to Testing.
Oct 21 2025, 6:50 AM · gpd5x (gpd-5.0.0), gnupg26

Oct 20 2025

ebo claimed T7701: Draft: Kleopatra: Add information for verification results.
Oct 20 2025, 5:28 PM · gpd5x, kleopatra
ebo raised the priority of T7701: Draft: Kleopatra: Add information for verification results from Normal to High.
Oct 20 2025, 5:22 PM · gpd5x, kleopatra
alexk renamed T7831: Kleopatra: Configuration of the initial status of all checkboxes in the sign/encrypt dialog from Kleopatra: Configuration of the "start status" of all checkboxes in the sign/encrypt dialog to Kleopatra: Configuration of the initial status of all checkboxes in the sign/encrypt dialog.
Oct 20 2025, 4:36 PM · gpd5x, kleopatra
ebo raised the priority of T7790: Kleopatra: "no trusted certification" should have precedence over "expired" in signature verification from Normal to High.
Oct 20 2025, 4:22 PM · gpd5x, kleopatra
ebo claimed T7786: Draft: Kleopatra: improvements of signature verification result messages.
Oct 20 2025, 4:18 PM · a11y, gpd5x, kleopatra
ebo moved T6568: Kleopatra: make table column headings accessible from Backlog to WIP on the gpd5x board.
Oct 20 2025, 4:14 PM · vsd34, gpd5x, a11y, kleopatra
ebo changed the edit policy for T6568: Kleopatra: make table column headings accessible.
Oct 20 2025, 4:14 PM · vsd34, gpd5x, a11y, kleopatra
ikloecker changed the status of T7762: Kleopatra: Notepad: close message notification on revert from Open to Testing.

I merged Tobias's MR

Oct 20 2025, 4:01 PM · gpd5x (gpd-5.0.0), kleopatra
ebo moved T7782: Kleopatra: convert the audit log link to a button from Backlog to WIP on the gpd5x board.
Oct 20 2025, 3:55 PM · gpd5x (gpd-5.0.0), kleopatra
ebo changed the status of T7782: Kleopatra: convert the audit log link to a button from Open to Testing.
Oct 20 2025, 3:54 PM · gpd5x (gpd-5.0.0), kleopatra
ebo changed the status of T7588: Kleopatra: Several problems with icons in high contrast modes from Open to Testing.
Oct 20 2025, 3:53 PM · gpd5x (gpd-5.0.0), a11y, Windows, kleopatra
ebo changed the status of T7588: Kleopatra: Several problems with icons in high contrast modes, a subtask of T6932: Icons, darkmode and stuff, from Open to Testing.
Oct 20 2025, 3:53 PM · gpd5x (gpd-5.0.0), kleopatra
ebo changed the status of T7334: Kleopatra: ADSK shown as "unknown recipient" from Open to Testing.

We need to check what the current status here is. This has been in the 5.0 Betas for a while, so testing with 5.0-Beta369 will work

Oct 20 2025, 3:16 PM · gpd5x, kleopatra
ikloecker claimed T7863: Kleopatra: the certificate list is not refreshed at the end of the deletion of multiple secret keys .
Oct 20 2025, 2:19 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ikloecker changed the status of T7862: Kleopatra: No feedback by screen readers if no certificates are found on server lookup from Open to Testing.

Fixed and backported for VSD 3.4

Oct 20 2025, 2:18 PM · gpd5x (gpd-5.0.0), vsd34, a11y, kleopatra
ikloecker added a project to T7862: Kleopatra: No feedback by screen readers if no certificates are found on server lookup: vsd34.
Oct 20 2025, 2:17 PM · gpd5x (gpd-5.0.0), vsd34, a11y, kleopatra
ebo claimed T7091: Draft: Kleopatra: Simple copy key to card.
Oct 20 2025, 11:33 AM · gpd5x, kleopatra

Oct 17 2025

ebo added a comment to T7863: Kleopatra: the certificate list is not refreshed at the end of the deletion of multiple secret keys .

With a GNUPG-Home on another Partition (on the VMs shared folder with the host) the auto refresh after deletion additionally doesn't work for public keys or S/MIME certificates.

Oct 17 2025, 11:46 AM · gpd5x (gpd-5.0.0), vsd34, kleopatra
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

Lastly, pushed a change into gniibe/t7855 branch.
rGf861b2a33f96: gpg,gpgsm: Fix thinko for FP closing under no lock.

Oct 17 2025, 9:01 AM · gpd5x (gpd-5.0.0), gnupg26

Oct 16 2025

ebo updated the task description for T7863: Kleopatra: the certificate list is not refreshed at the end of the deletion of multiple secret keys .
Oct 16 2025, 4:57 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ikloecker moved T7862: Kleopatra: No feedback by screen readers if no certificates are found on server lookup from Backlog to WIP on the gpd5x board.
Oct 16 2025, 4:36 PM · gpd5x (gpd-5.0.0), vsd34, a11y, kleopatra
ebo added a project to T7863: Kleopatra: the certificate list is not refreshed at the end of the deletion of multiple secret keys : gpd5x.
Oct 16 2025, 4:35 PM · gpd5x (gpd-5.0.0), vsd34, kleopatra
ikloecker triaged T7862: Kleopatra: No feedback by screen readers if no certificates are found on server lookup as Normal priority.
Oct 16 2025, 4:08 PM · gpd5x (gpd-5.0.0), vsd34, a11y, kleopatra
ebo moved T7861: GpgOL: Autosecure + autoencryptUntrusted not working as expected in VSD versions from Backlog to Triage on the gpgol board.
Oct 16 2025, 2:48 PM · vsd, gpgol
ebo triaged T7861: GpgOL: Autosecure + autoencryptUntrusted not working as expected in VSD versions as Normal priority.
Oct 16 2025, 2:47 PM · vsd, gpgol
ikloecker renamed T7816: Kleopatra: Title of Certify dialog is incomplete for email-only user ID from Kleopatra: Title of Certify dialog is incomplete for email-only user ID to Draft: Kleopatra: Title of Certify dialog is incomplete for email-only user ID.
Oct 16 2025, 2:30 PM · gpd5x (gpd-5.0.0), kleopatra
ikloecker changed the status of T7854: NVDA speaks name of list view or tree view two or three times from Open to Testing.

Fixed and backported for VSD 3.4

Oct 16 2025, 11:32 AM · gpd5x (gpd-5.0.0), kleopatra, vsd34, a11y
ikloecker moved T7846: Kleopatra: Wrong focus/tab order in directory services configuration from Backlog to WIP on the vsd34 board.

Backported for VSD 3.4

Oct 16 2025, 11:01 AM · gpd5x (gpd-5.0.0), vsd34, a11y, kleopatra
ikloecker added a project to T7846: Kleopatra: Wrong focus/tab order in directory services configuration: vsd34.
Oct 16 2025, 11:00 AM · gpd5x (gpd-5.0.0), vsd34, a11y, kleopatra
ikloecker changed the status of T7850: NVDA reads "X.509 Directory Services" twice from Open to Testing.

Backported for VSD 3.4

Oct 16 2025, 9:47 AM · gpd5x (gpd-5.0.0), kleopatra, vsd34, a11y
ikloecker moved T7859: Kleopatra: Make a few lists and tables more accessible from Backlog to WIP on the vsd34 board.
Oct 16 2025, 9:46 AM · gpd5x (gpd-5.0.0), kleopatra, vsd34, a11y
ikloecker moved T7859: Kleopatra: Make a few lists and tables more accessible from Backlog to WIP on the gpd5x board.
Oct 16 2025, 9:46 AM · gpd5x (gpd-5.0.0), kleopatra, vsd34, a11y
ikloecker added a comment to T7859: Kleopatra: Make a few lists and tables more accessible.

Backported for VSD 3.4

Oct 16 2025, 9:46 AM · gpd5x (gpd-5.0.0), kleopatra, vsd34, a11y
ikloecker changed the status of T7859: Kleopatra: Make a few lists and tables more accessible from Open to Testing.

Fixed. When one of the lists/tables gets focus then NVDA should speak something like "<name of list> list" or "<name of table> tree view".

Oct 16 2025, 9:45 AM · gpd5x (gpd-5.0.0), kleopatra, vsd34, a11y
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

I pushed further changes into gniibe/t7855 branch.
rG2fe62809014e: gpg,gpgsm: Serialize write access to keybox/keyring to protect.

Oct 16 2025, 9:30 AM · gpd5x (gpd-5.0.0), gnupg26

Oct 15 2025

ikloecker triaged T7859: Kleopatra: Make a few lists and tables more accessible as Normal priority.
Oct 15 2025, 4:47 PM · gpd5x (gpd-5.0.0), kleopatra, vsd34, a11y
ikloecker renamed T6094: Kleopatra: Make prefilled name and email address for new certificates configurable from Draft: Kleopatra: Make prefilled name and email address for new certificates configurable to Kleopatra: Make prefilled name and email address for new certificates configurable.
Oct 15 2025, 4:18 PM · vsd, gpd5x, kleopatra
ikloecker added a comment to T6094: Kleopatra: Make prefilled name and email address for new certificates configurable.

Note: QGpgMEWKDLookupJob uses an Assuan transaction with dirmngr.

Oct 15 2025, 4:16 PM · vsd, gpd5x, kleopatra
ebo renamed T7831: Kleopatra: Configuration of the initial status of all checkboxes in the sign/encrypt dialog from Draft: Kleopatra: Configuration of the "start status" of all checkboxes in the sign/encrypt dialog to Kleopatra: Configuration of the "start status" of all checkboxes in the sign/encrypt dialog.
Oct 15 2025, 2:11 PM · gpd5x, kleopatra
ebo added a comment to T7831: Kleopatra: Configuration of the initial status of all checkboxes in the sign/encrypt dialog.

We had considered and rejected adding below the above configuration a marked section (like e.g. with a frame) showing the options in the order they appear in the sign/encrypt window:

  • Sign as
  • Encrypt for me
  • Encrypt for others
  • Encrypt with password
  • Encrypt / Sign each file separately
Oct 15 2025, 1:34 PM · gpd5x, kleopatra
ikloecker claimed T6094: Kleopatra: Make prefilled name and email address for new certificates configurable.
Oct 15 2025, 10:56 AM · vsd, gpd5x, kleopatra
gniibe added a subtask for T7855: keybox/keydb locking issue in 2.6 : T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs.
Oct 15 2025, 9:36 AM · gpd5x (gpd-5.0.0), gnupg26
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

For remaining changes in 2.2, I pushed changes into gniibe/t7855 branch.
rGbd65b06b74c2: gpg,gpgsm: Don't lock recursively when KEEP_LOCK is enabled.
rG423fd047da87: kbx,gpg,gpgsm: Add FP-close method for keydb to close before unlock.
rG966258ac5f99: gpgsm: Fix delete and store certificate locking glitches.

Oct 15 2025, 8:10 AM · gpd5x (gpd-5.0.0), gnupg26
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

I pushed changes into gniibe/t7855 for compressing the keybox.
rG8cc2a0e0ffee: gpg: Minor clean up for keydb_lock API.
rGe4d3c3aa2220: kbx,gpg,gpgsm: Introduce keybox_compress_when_no_other_users.
rG3e441d5b299f: kbx,gpg,gpgsm: More changes for compressing the keybox.

Oct 15 2025, 2:37 AM · gpd5x (gpd-5.0.0), gnupg26

Oct 14 2025

gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

Then, we need to integrate following commits of 2.2 into gniibe/t7855 branch:
rG43fe9073aa81: gpg,gpgsm: Tweak the locking of the pubring.kbx
rG8491aca73cff: gpg: Revert the always locking introduced with 43fe9073aa
rGad4a5117ab1c: gpgsm: Properly release the lock when compressing a pubring.
rG7962eca3a023: gpgsm: Change delete and store certificate locking glitches.
rG22f9c4a3b3c1: gpg: Release lock after close also in the compress code path.

Oct 14 2025, 8:08 AM · gpd5x (gpd-5.0.0), gnupg26
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

I created gniibe/t7855 branch for this issue.
To start with, I forward-port/cherry-pick 2.2 commits to the branch:
rG39430d9f78dc: build,common,g13,sm,tools: Require GpgRT 1.56.
rGe71aca2a628d: common: New function gnupg_remove_ext.
rGe38c5f7d5873: w32:common: Take care of possible race on startup under Windows.
rG7bfd37e305c0: common,w32: Always use share mode readwrite for the keybox.

Oct 14 2025, 8:04 AM · gpd5x (gpd-5.0.0), gnupg26

Oct 13 2025

werner moved T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already from Backlog to QA on the gnupg22 board.
Oct 13 2025, 4:00 PM · gpd5x (gpd-5.0.0), gnupg22 (gnupg-2.2.52), Bug Report, okular
werner added a project to T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already: gnupg22.
Oct 13 2025, 4:00 PM · gpd5x (gpd-5.0.0), gnupg22 (gnupg-2.2.52), Bug Report, okular

Oct 10 2025

ebo moved T7803: GpgOL: Security level icon not updated for encrypted mails when auto preview is disabled from QA to vsd-3.3.3 on the vsd33 board.
Oct 10 2025, 3:53 PM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), vsd, gpgol
ebo moved T7803: GpgOL: Security level icon not updated for encrypted mails when auto preview is disabled from WIP to Done on the gpgol board.

with VS-Desktop-3.3.90.19-Beta, and settings disableAutoPreview and ReadAsPlain

Oct 10 2025, 3:53 PM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), vsd, gpgol
ebo moved T7803: GpgOL: Security level icon not updated for encrypted mails when auto preview is disabled from QA to vsd-3.3.3 on the vsd33 board.
Oct 10 2025, 3:41 PM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), vsd, gpgol
ebo moved T7803: GpgOL: Security level icon not updated for encrypted mails when auto preview is disabled from WIP to Done on the gpgol board.

with VS-Desktop-3.3.90.19-Beta, and settings disableAutoPreview and ReadAsPlain

Oct 10 2025, 3:40 PM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), vsd, gpgol
ebo closed T7564: Kleopatra: icons vanish when line is selected in the certificate details as Resolved.

This does not occur any more in Gpg4win-5.0.0-beta369

Oct 10 2025, 2:05 PM · gpd5x (gpd-5.0.0), kleopatra
ebo moved T7827: Kleopatra: Add workaround for locking issue on key generation from WiP to QA on the vsd33 board.
Oct 10 2025, 12:07 PM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), vsd34, kleopatra
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

I understand that this is for 2.6.

Oct 10 2025, 9:24 AM · gpd5x (gpd-5.0.0), gnupg26

Oct 9 2025

werner renamed T7855: keybox/keydb locking issue in 2.6 from keybox/keydb locking issue to keybox/keydb locking issue in 2.6 .
Oct 9 2025, 5:54 PM · gpd5x (gpd-5.0.0), gnupg26
werner edited projects for T7855: keybox/keydb locking issue in 2.6 , added: gnupg26; removed vsd34, vsd33.

Except for the release/unlock thing after keybox_compress I already have the other fixes in my 2.2 commits. I noticed that the gpgsm keydb lock/release stuff differes from the one for gpg: For gpg we use the keybox_lock function but that is bot used at all by gpgsm. In theory this should be unified but I fear a regression risk and thus for 2.2 we better don't touch it.

Oct 9 2025, 5:54 PM · gpd5x (gpd-5.0.0), gnupg26
ebo added a comment to T7711: Kleopatra: Disabled smartcard keys displayed in cert selection.

The latter is also the case for deleted softkeys.

Oct 9 2025, 5:15 PM · Bug Report, kleopatra
ebo moved T6548: GpgOL: Prefer S/MIME might result in different results with internal and external resolution from Backlog to Triage on the gpgol board.

Might be related to T7836?

Oct 9 2025, 5:09 PM · gpd5x, kleopatra, gpgol
ebo updated the task description for T6548: GpgOL: Prefer S/MIME might result in different results with internal and external resolution.
Oct 9 2025, 5:07 PM · gpd5x, kleopatra, gpgol
ebo moved T6865: Email will be sent encrypted after draft was saved in encrypted state although encryption is disabled from Backlog to Triage on the gpgol board.
Oct 9 2025, 5:04 PM · gpd5x, gpgol, Bug Report
ebo changed the status of T7269: Attachments vanish from forward encrypted message from Testing to Open.
Oct 9 2025, 4:33 PM · gpd5x, Feature Request, gpgol
ebo moved T7269: Attachments vanish from forward encrypted message from Backlog to Triage on the gpgol board.
Oct 9 2025, 4:33 PM · gpd5x, Feature Request, gpgol
werner added a comment to T7855: keybox/keydb locking issue in 2.6 .

Shall we merge this with T2196 ? BTW, I have some unpushed commit and a test installer.

Oct 9 2025, 2:35 PM · gpd5x (gpd-5.0.0), gnupg26
werner added a parent task for T7855: keybox/keydb locking issue in 2.6 : T2196: keydb locking can result in deadlock in 2.2.
Oct 9 2025, 2:34 PM · gpd5x (gpd-5.0.0), gnupg26
ebo moved T7596: GpgOL: Draft is not decrypted after cancelling decryption once from Backlog to Triage on the gpgol board.
Oct 9 2025, 10:57 AM · gpd5x, Bug Report, gpgol
ebo added a project to T7691: GpgOL tooltip for level 3 needs update: vsd34.
Oct 9 2025, 10:54 AM · vsd34, gpd5x, gpgol
ebo moved T7818: GpgOL: Forward signed/encrypted mails as attachment broken from Backlog to Triage on the gpgol board.
Oct 9 2025, 10:53 AM · vsd34, gpd5x, gpgol
ebo moved T7646: GpgOL: Update ribbon not only for items recognized as mail from Backlog to Done on the gpgol board.
Oct 9 2025, 10:50 AM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), gpgol
ebo moved T7813: GpgOL: Message "Not all attachments can be shown, exceeds maximum size" incorrectly shown from Backlog to Done on the gpgol board.
Oct 9 2025, 10:50 AM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), gpgol
ebo moved T7834: gpgol one string not translated from Backlog to Done on the gpgol board.
Oct 9 2025, 10:49 AM · gpd5x (gpd-5.0.0), vsd34, i18n, gpgol
ebo moved T7835: GpgOL: Translation of two config tabs missing in Beta build from Backlog to Done on the gpgol board.
Oct 9 2025, 10:49 AM · gpd5x (gpd-5.0.0), i18n, gpgol
ebo moved T7240: GpgOL: Config dialog not registering as closed from Backlog to Done on the gpgol board.
Oct 9 2025, 10:49 AM · gpd5x (gpd-5.0.0), qt, gpgol
ebo moved T7771: GpgOL: not selected signed mail with very long subject causes high CPU load from Backlog to Done on the gpgol board.
Oct 9 2025, 10:48 AM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), gpgol
ebo triaged T7806: GpgOL: Attached mails are empty if attached mail has encrypted attachments or is in text format and encrypted or signed as High priority.
Oct 9 2025, 10:35 AM · vsd34, gpd5x, vsd, gpgol
ebo moved T7806: GpgOL: Attached mails are empty if attached mail has encrypted attachments or is in text format and encrypted or signed from Backlog to Triage on the gpgol board.

related to T7843: GpgOL: Empty OpenPGP mails with "Read as plain" activated

Oct 9 2025, 10:34 AM · vsd34, gpd5x, vsd, gpgol
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

Here are places where I found problems.

Oct 9 2025, 10:13 AM · gpd5x (gpd-5.0.0), gnupg26
ikloecker added a comment to T7827: Kleopatra: Add workaround for locking issue on key generation.

The regression that the Welcome screen didn't go away after generating the very first key has been fixed. The fix has been backported for VSD 3.4 and VSD 3.3.

Oct 9 2025, 10:11 AM · gpd5x (gpd-5.0.0), vsd33 (vsd-3.3.3), vsd34, kleopatra
gniibe triaged T7855: keybox/keydb locking issue in 2.6 as High priority.
Oct 9 2025, 10:11 AM · gpd5x (gpd-5.0.0), gnupg26