Page MenuHome GnuPG
Feed Advanced Search

Sep 1 2023

aheinecke committed rO0b5fb15a94bd: Fix looking at first attachment when body empty (authored by aheinecke).
Fix looking at first attachment when body empty
Sep 1 2023, 8:02 PM
aheinecke added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

So by we already have code to handle this problem, we had code for "No body but multipart/mixed" and your message was "empty body but multipart mixed" so I just needed to also check for an empty body and the code worked.

Sep 1 2023, 7:54 PM · MacOS, Support, gpg4win
aheinecke changed the status of T6686: GPG4win exchange issue decrypt message from Macos GPGtools from Duplicate to Resolved.

Ah damn, now that I closed this as a duplicate I found that we already have code to handle this problem.

Sep 1 2023, 7:51 PM · MacOS, Support, gpg4win
aheinecke added a comment to T6696: qgpgme-qt6: Build failure for some distributions.

I found this related to that: https://sourceware.org/bugzilla/show_bug.cgi?id=28875

Sep 1 2023, 7:17 PM · Restricted Project, gpgme, Bug Report
aheinecke added a project to T6700: keyboxd: signing failed: general error after a long suspend: keyboxd.
Sep 1 2023, 7:12 PM · keyboxd
aheinecke renamed T6700: keyboxd: signing failed: general error after a long suspend from keyboxd: Maybe problem signing failed, general error after a long suspend to keyboxd: signing failed: general error after a long suspend.
Sep 1 2023, 7:11 PM · keyboxd
aheinecke triaged T6700: keyboxd: signing failed: general error after a long suspend as Low priority.
Sep 1 2023, 7:11 PM · keyboxd
aheinecke created keyboxd.
Sep 1 2023, 7:07 PM
aheinecke added a comment to T6646: GpgOL: signature not displayed if mail is saved in the filesystem.

I have analyzed this. In the ribbon we get a mailitem OOM object as reference, but that can be a different pointer then the one we used for decryption / verification. Our trick for this was to assign mailitems a custom uuid property and then look for that from the riboon pointer so that we can update accoringly with our internal Mail object representation.

Sep 1 2023, 6:19 PM · vsd33 (vsd-3.3.1), Restricted Project, Bug Report, gpgol
aheinecke added a comment to T6698: Kleopatra: Not all User IDs tagged with chosen tag selected when certifying a certificate.

At least GnuPG only shows the most recent key signature tag. So if we leave it out when adding another signature then we remove this.

Sep 1 2023, 4:39 PM · kleopatra, Restricted Project, Bug Report
aheinecke added a comment to T6698: Kleopatra: Not all User IDs tagged with chosen tag selected when certifying a certificate.

Yes remove this / leave this empty. I think the idea was that if you certify lots of users and wanted to have the same tag. But I guess that would be covered by bulk signing anyway and can actually be more trouble if you accidentally use the wrong tag.

Sep 1 2023, 4:15 PM · kleopatra, Restricted Project, Bug Report
aheinecke added a comment to T6696: qgpgme-qt6: Build failure for some distributions.

Compiles for me, too with Qt 6.5.2 from tumbleweed.

Sep 1 2023, 4:11 PM · Restricted Project, gpgme, Bug Report
aheinecke added a comment to T6696: qgpgme-qt6: Build failure for some distributions.
Sep 1 2023, 4:04 PM · Restricted Project, gpgme, Bug Report
aheinecke merged T6686: GPG4win exchange issue decrypt message from Macos GPGtools into T4026: GpgOL: Improve handling of mailman modified mails.
Sep 1 2023, 3:59 PM · gpg4win, gpgol
aheinecke merged task T6686: GPG4win exchange issue decrypt message from Macos GPGtools into T4026: GpgOL: Improve handling of mailman modified mails.
Sep 1 2023, 3:59 PM · MacOS, Support, gpg4win
aheinecke added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Well the message is content-type multipart/mixed. For GpgOL to investigate the mail it needs to be multipart/signed oder application/encrypted or application/pgp-encrypted. (and some other things) But multipart/mixed is something that we don't take a second look at because this means "unencrypted mail with attachments."

Sep 1 2023, 3:58 PM · MacOS, Support, gpg4win

Aug 30 2023

aheinecke added a comment to T6679: Keyboxd: SQL database disk image is malformed.

The copy of the database we received for this case is not damaged. A possible problem might be insufficient rights to read the database. For example created with an Admin account and then later used by a different user.

Aug 30 2023, 11:56 AM · Support, gnupg, gpg4win

Aug 29 2023

aheinecke committed rWb88a835ed2b3: web: Remove content and leave note to new location (authored by aheinecke).
web: Remove content and leave note to new location
Aug 29 2023, 2:34 PM
aheinecke committed rO3852b7309bda: po: Fix spelling in error message (authored by aheinecke).
po: Fix spelling in error message
Aug 29 2023, 2:33 PM
aheinecke committed rO9316d458d509: Set MIME encoding on data containing MIME (authored by aheinecke).
Set MIME encoding on data containing MIME
Aug 29 2023, 2:33 PM
aheinecke committed rO90bef1eff896: Use .mime as the extension for GpgOLs internal attach (authored by aheinecke).
Use .mime as the extension for GpgOLs internal attach
Aug 29 2023, 2:33 PM
aheinecke committed rWda403fe8e4bb: Add file associations for mail files (authored by aheinecke).
Add file associations for mail files
Aug 29 2023, 11:54 AM
aheinecke committed rW1b5cc7fee2be: Update mimetreeparser / gpgme / libkleo / kleo (authored by aheinecke).
Update mimetreeparser / gpgme / libkleo / kleo
Aug 29 2023, 11:54 AM
aheinecke committed rW5ea331bca2e4: Delete X509 AllowSilentDefaultTakeOver reg value (authored by aheinecke).
Delete X509 AllowSilentDefaultTakeOver reg value
Aug 29 2023, 11:54 AM
aheinecke committed rWf9d6df4a63f8: Auto: update translations and update de.po (authored by aheinecke).
Auto: update translations and update de.po
Aug 29 2023, 11:53 AM
aheinecke committed rWfca7a9693ad3: Split libkleo and kleopatra in gen-tarball (authored by aheinecke).
Split libkleo and kleopatra in gen-tarball
Aug 29 2023, 11:53 AM
aheinecke committed rWdfca85ee00a6: Move kleo file type association strings (authored by aheinecke).
Move kleo file type association strings
Aug 29 2023, 11:53 AM
aheinecke added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Hi, my suspicion with the different tenant is that some middleware of yours is inserting something like "DANGER this could not be Virus Scanned by your super secure and expensive middleware" which then results in the mail beeing multipart/mixed instead of pgp/encrypted in the MIME type. Could you ask your communication partner with the problem to send such a mail to you and with CC to "andre.heinecke@demo.gnupg.com

"

Aug 29 2023, 10:06 AM · MacOS, Support, gpg4win
aheinecke triaged T6688: Kleopatra GPGME: Reported assert on exit as Normal priority.
Aug 29 2023, 9:09 AM · gpgme, kleopatra, Restricted Project

Aug 28 2023

aheinecke closed T6685: QGpgME: Update defaultkeygenerationjob and use create-key API as Wontfix.

Nevermind we clarified in chat that we would instead deprecate this API.

Aug 28 2023, 2:48 PM · Restricted Project, gpgme
aheinecke triaged T6685: QGpgME: Update defaultkeygenerationjob and use create-key API as Normal priority.
Aug 28 2023, 1:55 PM · Restricted Project, gpgme
aheinecke added a comment to D567: Bad hack to improve the current way to do version checking.

Btw. TBH I actually should read again about "explicit" in C++ I never really understood its necessity. :)

Aug 28 2023, 11:49 AM
aheinecke added a comment to D567: Bad hack to improve the current way to do version checking.

Thanks for the pointers. I just wanted to paste this as a differential so that it does not get lost in a stash somewhere on my system. I actually do not like this approach anymore. And do not want to commit it in this way. I would rather subclass or extend KAboutData with a verification option and then read from a QSettings style file instead of this Line based thing. For this I really think that an out of process call makes sense because the call is not to gpg but only to gpgv where we can just rely on the return code and even if we just patch it in having a GPGME dependency in KCoreAddons would be bad design IMO.

Aug 28 2023, 11:48 AM
aheinecke added a comment to T6344: Kleopatra, GPG: AboutData ctor on Windows takes too long.

I have a bad patch for this. D567 But I think we need a better solution that works without libkleo and could live in KCoreAddons as a change to KAboutData so that we can reuse it better for T6594

Aug 28 2023, 7:27 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke requested review of D567: Bad hack to improve the current way to do version checking.
Aug 28 2023, 7:25 AM
aheinecke added a comment to T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

Changed the task description to easier find it

Aug 28 2023, 7:05 AM · Restricted Project, gpgol, Bug Report
aheinecke renamed T6676: GgpOL: Signed Mails from Filesystem are modified when opened from Opening GgpOL-Signed Mails from Filesystem to GgpOL: Signed Mails from Filesystem are modified when opened.
Aug 28 2023, 7:05 AM · Restricted Project, gpgol, Bug Report

Aug 25 2023

aheinecke closed T6684: Issues Decrypting Files from Rest API on IIS as Invalid.

Hi,
This is a classical support question. Please use one of the community channels under:
https://www.gpg4win.de/community.html
for this.

Aug 25 2023, 10:28 PM · Bug Report, gpg4win
aheinecke triaged T6683: GpgOL: Configurable error if sign is selected and prefer_smime as High priority.
Aug 25 2023, 9:17 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd

Aug 24 2023

aheinecke closed T6593: Gpg4win: Switch to pthreads (mingw-posix) as the default compiler variant as Resolved.

So this works for me now. The user where we build gpg4win has local diversions in ~/bin so as to not affect the GnuPG builds in any way and in the dockerfile we use update-alternatives to select the posix flavor.

Aug 24 2023, 11:37 AM · Restricted Project, gpg4win
aheinecke committed rW1275b6d6f6fb: Update README and Dockerfile for mingw -posix build (authored by aheinecke).
Update README and Dockerfile for mingw -posix build
Aug 24 2023, 11:30 AM

Aug 23 2023

aheinecke added a comment to T4195: Fix time API in gpgme.

The MSI Package though is a 64 bit MSI Package. For 32 Bit Windows we would need to ship a different MSI Package. (Which we actually have build support for because I thought that was neccessary even in 2020)

Aug 23 2023, 6:06 PM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
aheinecke added a comment to T4195: Fix time API in gpgme.

No, everything in Gpg4win is 32 bit, except for gpgol, gpgex and gpgme, libgpg-error and libassuan. Which are addionally installed under bin_64. But for the whole KDE stack it should easily be switchable. The KDE Windows project regularly builds them as 64bit applications. Basically we would then need to invert the logic and use the 64 bit compiler as the main compiler and the 32 bit compiler as the _ex compiler for gpgol and gpgme.

Aug 23 2023, 6:05 PM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
aheinecke claimed T6593: Gpg4win: Switch to pthreads (mingw-posix) as the default compiler variant.
Aug 23 2023, 6:01 PM · Restricted Project, gpg4win
aheinecke added a comment to T6593: Gpg4win: Switch to pthreads (mingw-posix) as the default compiler variant.

Need to do this for the docker image and this way document how to do that with update alternatives. For our build setup it made most sense to manually link it only for the Gpg4win build user and not a system wide change.

Aug 23 2023, 6:01 PM · Restricted Project, gpg4win
aheinecke committed rW9d6669d7ba25: Update breeze-icons crosscompile patch (authored by aheinecke).
Update breeze-icons crosscompile patch
Aug 23 2023, 5:28 PM
aheinecke committed rW369f578c2982: Package -posix runtime libaries (authored by aheinecke).
Package -posix runtime libaries
Aug 23 2023, 5:28 PM
aheinecke added a comment to T4195: Fix time API in gpgme.

Mh, since there are no 32bit Versions of Windows sold for quite some years now maybe we should consider just going full 64bit with everything to solve this? Or is this a stupid suggestion?

Aug 23 2023, 3:21 PM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
aheinecke created P35 (An Untitled Masterwork).
Aug 23 2023, 2:45 PM
aheinecke committed rW6103b4dc0b2e: Update KDE Frameworks to 5.109 (authored by aheinecke).
Update KDE Frameworks to 5.109
Aug 23 2023, 12:44 PM
aheinecke committed rW425bb2a9d9e5: Update gpgme poppler and okular (authored by aheinecke).
Update gpgme poppler and okular
Aug 23 2023, 12:44 PM
aheinecke committed rW0182747d83e8: Add --auto mode to gen-tarball (authored by aheinecke).
Add --auto mode to gen-tarball
Aug 23 2023, 12:44 PM
aheinecke committed rW12d54dc0c2d8: Switch poppler back to WORK branch in gen-tarball (authored by aheinecke).
Switch poppler back to WORK branch in gen-tarball
Aug 23 2023, 12:44 PM
aheinecke triaged T6679: Keyboxd: SQL database disk image is malformed as Normal priority.
Aug 23 2023, 11:46 AM · Support, gnupg, gpg4win

Aug 22 2023

aheinecke triaged T6678: GPGSM: Add support for cert extension 2.5.29.54 Inhibit anyPolicy as Normal priority.
Aug 22 2023, 3:14 PM · gnupg26, S/MIME, Restricted Project
aheinecke triaged T6677: GPGSM: Add support for cert extension 2.5.29.36 Policy Constraints as Normal priority.
Aug 22 2023, 3:08 PM · gnupg24, S/MIME, Restricted Project
aheinecke claimed T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

Ok. Thanks for testing. That confirms my suspicion. rOdd3ff8397aaf62e58fa9405ddc5397cb6bcfdc29 is to blame here with the setReadFlag line as the specific cause. Because it is intended to trigger a save back. The problem was that we had circumstances where other addins changed the mail and really wanted it to be saved back to the server. So we call "save" before decrypting the mail to ensure that these changes are saved and then we decrypt, put in our temporary plaintext and ensure that the plaintext never is saved.

Aug 22 2023, 2:57 PM · Restricted Project, gpgol, Bug Report
aheinecke added a comment to T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

Do you know if this is something new that started to happen with 4.2.0 for the first time or did it happen with 4.1.0, too?

Aug 22 2023, 12:16 PM · Restricted Project, gpgol, Bug Report
aheinecke added a comment to T6667: Kleopatra: kleopatrarc is synced only on clean quit.

My question would be, should we try to improve KConfig in some way which makes it easy for us to do this? I think we should, if this is a common problem for many applications. Maybe a task for sune?

Aug 22 2023, 10:21 AM · kleopatra, Restricted Project

Aug 21 2023

aheinecke added a comment to T6667: Kleopatra: kleopatrarc is synced only on clean quit.

Yes, since we also don't have a ton of "temporary" changes (except for window geometries) such a behavior would make the most sense.
Does it even make sense for us in these places to use KSharedConfig?

Aug 21 2023, 10:48 PM · kleopatra, Restricted Project
aheinecke changed the status of T5903: Kleopatra: Add refresh button in certificatedetails from Testing to Open.

OpenPGP keys are now also updated via WKD, but only for user IDs which were originally retrieved via WKD (i.e. which have origin WKD).

Aug 21 2023, 10:19 PM · backport, kleopatra, Restricted Project
aheinecke awarded rM24a8c279da98: build: Suggest out-of-source build a Like token.
Aug 21 2023, 10:06 PM
aheinecke committed rWdb56fa3db030: Fix S/MIME file extensions (authored by aheinecke).
Fix S/MIME file extensions
Aug 21 2023, 3:47 PM
aheinecke closed T6671: Kleopatra: Importing certificates does not bring up the main window as Resolved.

Importing certificates now raises the mainwindow the same way as previously "--import-certificates" would have done. To have it raised even before the job is started gives the widget a bit of a backdrop with the progress and result.

Aug 21 2023, 3:47 PM · kleopatra
aheinecke committed rKLEOPATRAa308c5d71675: Show the mainwindow when importing files (authored by aheinecke).
Show the mainwindow when importing files
Aug 21 2023, 3:45 PM
aheinecke committed rKLEOPATRA640c828283e5: Show the mainwindow when importing files (authored by aheinecke).
Show the mainwindow when importing files
Aug 21 2023, 3:45 PM
aheinecke triaged T6671: Kleopatra: Importing certificates does not bring up the main window as Normal priority.
Aug 21 2023, 2:56 PM · kleopatra
aheinecke triaged T6664: Kleopatra: Add feedback on search results as Normal priority.
Aug 21 2023, 11:18 AM · Restricted Project, kleopatra
aheinecke added a comment to T6662: Kleopatra: improve useability of group configuration .

Ah and we should remove the help button in case the PDF Group config help is not available (e.g. on normal linux systems) because opening the kleopatra handbook does not make sense when there is no documentation about groups in there :)

Aug 21 2023, 11:17 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
aheinecke triaged T6662: Kleopatra: improve useability of group configuration as Normal priority.
Aug 21 2023, 11:16 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
aheinecke added a subtask for T6670: Gpg4win: Add mail type file extensions to supported extensions: T6651: Kleopatra: commandsForFiles add support for mimetreeparser.
Aug 21 2023, 10:02 AM · gpg4win, Restricted Project
aheinecke added a parent task for T6651: Kleopatra: commandsForFiles add support for mimetreeparser: T6670: Gpg4win: Add mail type file extensions to supported extensions.
Aug 21 2023, 10:02 AM · Restricted Project, mimetreeparser, kleopatra
aheinecke triaged T6670: Gpg4win: Add mail type file extensions to supported extensions as Normal priority.
Aug 21 2023, 10:01 AM · gpg4win, Restricted Project
aheinecke triaged T6666: Draft: Kleopatra: revise certificate list filters as Wishlist priority.

I am giving this wishlist priority for now.

Aug 21 2023, 9:38 AM · gpd5x, kleopatra
aheinecke triaged T6669: Kleopatra: Config files moved "accidentally" in the last release as High priority.
Aug 21 2023, 9:34 AM · Restricted Project, vsd
aheinecke added a comment to T6667: Kleopatra: kleopatrarc is synced only on clean quit.

For the record I tested it on Windows that this now saves the config when logging out.

Aug 21 2023, 9:13 AM · kleopatra, Restricted Project
aheinecke added a comment to T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation.

No problem ;) Sorry for my snarky reply. Hope it worked for you now.

Aug 21 2023, 9:05 AM · Bug Report, gpg4win
aheinecke closed T5782: Kleopatra: Smartcard unusable secret key until used via command line as Resolved.

Noticed this issue was still open. This was resolved.

Aug 21 2023, 9:04 AM · kleopatra, Bug Report, gpg4win

Aug 18 2023

aheinecke committed rW400495532259: Add additional ical libs to installed files (authored by aheinecke).
Add additional ical libs to installed files
Aug 18 2023, 6:59 PM
aheinecke committed rW76189fdb61dc: Prepare registry rules for GpgEX replacement (authored by aheinecke).
Prepare registry rules for GpgEX replacement
Aug 18 2023, 6:59 PM
aheinecke committed rWe0edfed30052: Sync breeze-dark icons with breeze (authored by aheinecke).
Sync breeze-dark icons with breeze
Aug 18 2023, 6:59 PM
aheinecke committed rWe31affa7a8cf: Add new icons from Okular and Kleopatra (authored by aheinecke).
Add new icons from Okular and Kleopatra
Aug 18 2023, 6:59 PM
aheinecke committed rKLEOPATRA0c94ed319aa6: Use aboutToQuit signal to sync KSharedConfig (authored by aheinecke).
Use aboutToQuit signal to sync KSharedConfig
Aug 18 2023, 6:33 PM
aheinecke committed rKLEOPATRAb785819ea301: Use aboutToQuit signal to sync KSharedConfig (authored by aheinecke).
Use aboutToQuit signal to sync KSharedConfig
Aug 18 2023, 6:31 PM
aheinecke claimed T6667: Kleopatra: kleopatrarc is synced only on clean quit.

I think that fixes the biggest issue here as long as kleo is not just killed it should save the current configuration state. Maybe we should add it in some more places explicitly, too where many things are stored in the config, like with the certifydialog?

Aug 18 2023, 6:31 PM · kleopatra, Restricted Project
aheinecke committed rOc0c4b751e08a: Post release Version bump (authored by aheinecke).
Post release Version bump
Aug 18 2023, 5:52 PM
aheinecke committed rOae983da0f2ef: po: Minor update to german po (authored by aheinecke).
po: Minor update to german po
Aug 18 2023, 5:52 PM
aheinecke added a comment to T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation.

😂 Skandal! Ein BUG!: "Möchten Sie die Installation ohne Administrator-Rechte fortfahren?" und Sie sagen "Nein". Ja dann brechen wir ab weil sie eben *nicht* fortfahren wollen.

Aug 18 2023, 4:11 PM · Bug Report, gpg4win
aheinecke triaged T6667: Kleopatra: kleopatrarc is synced only on clean quit as High priority.
Aug 18 2023, 2:06 PM · kleopatra, Restricted Project
aheinecke added a comment to T6659: gpg4win seems not to consider the installation control file anymore.

This could have something to do with our changes to g4wihelp.c to adapt to the new plugin API.

Aug 18 2023, 9:43 AM · gpg4win, Bug Report
aheinecke closed T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation as Resolved.

You can install Gpg4win without admin rights. It requests "Highest available" rights by default to be installed into the protected Program Files (x86) folder. When you are not in the Administrators group It will install into your home directory much like firefox does. Any maybe if you don't want to leave a footprint installing Gpg4win on the System (without admin rights) where you don't have admin rights is kind of beside the point. You either leave a footprint by the installation or you could just use the installed Gpg4win there.

Aug 18 2023, 9:30 AM · Bug Report, gpg4win

Aug 17 2023

aheinecke added a comment to T6116: Draft: Kleopatra: Card personalization workflow.

Regarding PIN, they should be set first.

  1. A temporary Admin / User PIN is be generated and stored in gpg-agent.
  2. Then the keys are created as mentioned above.
  3. The user is asked to set a new PIN and Admin PIN for the card.
  4. Optionally set a RESET CODE
Aug 17 2023, 4:20 PM · gpd5x, kleopatra
aheinecke added a comment to T6116: Draft: Kleopatra: Card personalization workflow.

For generate new keys we see four use cases

  1. Create card and backup card. -> Creates at least two cards with the same keys. Keys might be stored in ram: TODO: Add subtask
  2. Full backup of all keys - Allows for copied cards at a later time.
  3. Only backup encryption Key. - There is a backup of the encryption key on the computer.
  4. No backup - Keys will be generated on the card.
Aug 17 2023, 4:09 PM · gpd5x, kleopatra
aheinecke added a comment to T6652: Kleopatra / MTP: Wrong / No signature indication.

Yes i think we need something like that, maybe shorter like this message is (VS-NfD compliant) encrypted and this message was (VS-NfD compliant) signed by "user.name@foo.bar" as a single line each, with "Details" available. And then in details show some more information like who the message was also encrypted to, ideally with the user ids when we have the keys in the keyring already and not the fingerprints of the keys. Or maybe just a status indication icon like we have in GpgOL which provides more information when you click it or as a tooltip. At the very least we need to make sure that this cannot be faked by e.g. HTML Mails :) so it needs to be removed a bit from the actual mail body.

Aug 17 2023, 2:17 PM · Restricted Project, kleopatra, mimetreeparser
aheinecke renamed T6658: Kleopatra: open message viewer directly from Kleopatras: open message viewer directly to Kleopatra: open message viewer directly.
Aug 17 2023, 8:17 AM · Restricted Project, kleopatra
aheinecke triaged T6658: Kleopatra: open message viewer directly as Normal priority.
Aug 17 2023, 8:13 AM · Restricted Project, kleopatra
aheinecke added a comment to T6652: Kleopatra / MTP: Wrong / No signature indication.

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.

Aug 17 2023, 8:07 AM · Restricted Project, kleopatra, mimetreeparser

Aug 16 2023

aheinecke added a comment to T6651: Kleopatra: commandsForFiles add support for mimetreeparser.

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.

Aug 16 2023, 2:20 PM · Restricted Project, mimetreeparser, kleopatra
aheinecke triaged T6656: GpgOL: Better name for "GpgOL_MIME_structure.txt" as Normal priority.
Aug 16 2023, 2:14 PM · Restricted Project, gpgol
aheinecke triaged T6655: Mimetreeparser: EML or S/MIME support issue as Normal priority.
Aug 16 2023, 1:47 PM · Restricted Project, mimetreeparser